Uses of Record Class
club.doki7.vulkan.datatype.VkWriteIndirectExecutionSetShaderEXT
Packages that use VkWriteIndirectExecutionSetShaderEXT
-
Uses of VkWriteIndirectExecutionSetShaderEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkWriteIndirectExecutionSetShaderEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescription@NotNull VkWriteIndirectExecutionSetShaderEXTVkWriteIndirectExecutionSetShaderEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkWriteIndirectExecutionSetShaderEXT.clone(Arena arena, VkWriteIndirectExecutionSetShaderEXT src) VkWriteIndirectExecutionSetShaderEXT.index(int value) VkWriteIndirectExecutionSetShaderEXT.pNext(@NotNull MemorySegment value) VkWriteIndirectExecutionSetShaderEXT.shader(@Nullable VkShaderEXT value) VkWriteIndirectExecutionSetShaderEXT.sType(int value) VkWriteIndirectExecutionSetShaderEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescription@NotNull Iterator<VkWriteIndirectExecutionSetShaderEXT> VkWriteIndirectExecutionSetShaderEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescriptionVkWriteIndirectExecutionSetShaderEXT.clone(Arena arena, VkWriteIndirectExecutionSetShaderEXT src) voidVkWriteIndirectExecutionSetShaderEXT.Ptr.write(long index, @NotNull VkWriteIndirectExecutionSetShaderEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescriptionVkWriteIndirectExecutionSetShaderEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkWriteIndirectExecutionSetShaderEXT> consumer)