Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectExecutionSetShaderInfoEXT
Packages that use VkIndirectExecutionSetShaderInfoEXT
-
Uses of VkIndirectExecutionSetShaderInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectExecutionSetShaderInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectExecutionSetShaderInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectExecutionSetShaderInfoEXTModifier and TypeMethodDescription@NotNull VkIndirectExecutionSetShaderInfoEXTVkIndirectExecutionSetShaderInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectExecutionSetShaderInfoEXT.clone(Arena arena, VkIndirectExecutionSetShaderInfoEXT src) VkIndirectExecutionSetShaderInfoEXT.maxShaderCount(int value) VkIndirectExecutionSetShaderInfoEXT.pInitialShaders(VkShaderEXT.Ptr value) VkIndirectExecutionSetShaderInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectExecutionSetShaderInfoEXT.pPushConstantRanges(@Nullable IVkPushConstantRange value) VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfos(@Nullable IVkIndirectExecutionSetShaderLayoutInfoEXT value) @Nullable VkIndirectExecutionSetShaderInfoEXTVkIndirectExecutionSetInfoEXT.pShaderInfo()VkIndirectExecutionSetShaderInfoEXT.pushConstantRangeCount(int value) VkIndirectExecutionSetShaderInfoEXT.shaderCount(int value) VkIndirectExecutionSetShaderInfoEXT.sType(int value) VkIndirectExecutionSetShaderInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectExecutionSetShaderInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkIndirectExecutionSetShaderInfoEXT> VkIndirectExecutionSetShaderInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectExecutionSetShaderInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetShaderInfoEXT.clone(Arena arena, VkIndirectExecutionSetShaderInfoEXT src) voidVkIndirectExecutionSetShaderInfoEXT.Ptr.write(long index, @NotNull VkIndirectExecutionSetShaderInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectExecutionSetShaderInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetShaderInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectExecutionSetShaderInfoEXT> consumer)