Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectExecutionSetInfoEXT
Packages that use VkIndirectExecutionSetInfoEXT
-
Uses of VkIndirectExecutionSetInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectExecutionSetInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkIndirectExecutionSetInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectExecutionSetInfoEXTModifier and TypeMethodDescription@NotNull VkIndirectExecutionSetInfoEXT
VkIndirectExecutionSetInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectExecutionSetInfoEXT.clone
(Arena arena, VkIndirectExecutionSetInfoEXT src) @NotNull VkIndirectExecutionSetInfoEXT
VkIndirectExecutionSetCreateInfoEXT.info()
VkIndirectExecutionSetInfoEXT.pPipelineInfo
(@Nullable IVkIndirectExecutionSetPipelineInfoEXT value) VkIndirectExecutionSetInfoEXT.pShaderInfo
(@Nullable IVkIndirectExecutionSetShaderInfoEXT value) VkIndirectExecutionSetInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectExecutionSetInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkIndirectExecutionSetInfoEXT> VkIndirectExecutionSetInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectExecutionSetInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetInfoEXT.clone
(Arena arena, VkIndirectExecutionSetInfoEXT src) VkIndirectExecutionSetCreateInfoEXT.info
(@NotNull VkIndirectExecutionSetInfoEXT value) void
VkIndirectExecutionSetInfoEXT.Ptr.write
(long index, @NotNull VkIndirectExecutionSetInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectExecutionSetInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetCreateInfoEXT.info
(Consumer<@NotNull VkIndirectExecutionSetInfoEXT> consumer)