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 recordRepresents a pointer to / an array ofVkIndirectExecutionSetInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectExecutionSetInfoEXTModifier and TypeMethodDescription@NotNull VkIndirectExecutionSetInfoEXTVkIndirectExecutionSetInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectExecutionSetInfoEXT.clone(Arena arena, VkIndirectExecutionSetInfoEXT src) @NotNull VkIndirectExecutionSetInfoEXTVkIndirectExecutionSetCreateInfoEXT.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) voidVkIndirectExecutionSetInfoEXT.Ptr.write(long index, @NotNull VkIndirectExecutionSetInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectExecutionSetInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectExecutionSetInfoEXT> consumer) VkIndirectExecutionSetCreateInfoEXT.info(Consumer<@NotNull VkIndirectExecutionSetInfoEXT> consumer)