Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectExecutionSetShaderLayoutInfoEXT
Packages that use VkIndirectExecutionSetShaderLayoutInfoEXT
-
Uses of VkIndirectExecutionSetShaderLayoutInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectExecutionSetShaderLayoutInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectExecutionSetShaderLayoutInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectExecutionSetShaderLayoutInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectExecutionSetShaderLayoutInfoEXT.clone(Arena arena, VkIndirectExecutionSetShaderLayoutInfoEXT src) VkIndirectExecutionSetShaderLayoutInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectExecutionSetShaderInfoEXT.pSetLayoutInfos()VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayouts(VkDescriptorSetLayout.Ptr value) VkIndirectExecutionSetShaderLayoutInfoEXT.setLayoutCount(int value) VkIndirectExecutionSetShaderLayoutInfoEXT.sType(int value) VkIndirectExecutionSetShaderLayoutInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectExecutionSetShaderLayoutInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectExecutionSetShaderLayoutInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetShaderLayoutInfoEXT.clone(Arena arena, VkIndirectExecutionSetShaderLayoutInfoEXT src) voidVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr.write(long index, @NotNull VkIndirectExecutionSetShaderLayoutInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectExecutionSetShaderLayoutInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetShaderLayoutInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectExecutionSetShaderLayoutInfoEXT> consumer)