Uses of Record Class
club.doki7.vulkan.datatype.VkGeneratedCommandsPipelineInfoEXT
Packages that use VkGeneratedCommandsPipelineInfoEXT
-
Uses of VkGeneratedCommandsPipelineInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGeneratedCommandsPipelineInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkGeneratedCommandsPipelineInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeneratedCommandsPipelineInfoEXTModifier and TypeMethodDescription@NotNull VkGeneratedCommandsPipelineInfoEXT
VkGeneratedCommandsPipelineInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkGeneratedCommandsPipelineInfoEXT.clone
(Arena arena, VkGeneratedCommandsPipelineInfoEXT src) VkGeneratedCommandsPipelineInfoEXT.pipeline
(@Nullable VkPipeline value) VkGeneratedCommandsPipelineInfoEXT.pNext
(@NotNull MemorySegment value) VkGeneratedCommandsPipelineInfoEXT.sType
(int value) VkGeneratedCommandsPipelineInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGeneratedCommandsPipelineInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkGeneratedCommandsPipelineInfoEXT> VkGeneratedCommandsPipelineInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkGeneratedCommandsPipelineInfoEXTModifier and TypeMethodDescriptionVkGeneratedCommandsPipelineInfoEXT.clone
(Arena arena, VkGeneratedCommandsPipelineInfoEXT src) void
VkGeneratedCommandsPipelineInfoEXT.Ptr.write
(long index, @NotNull VkGeneratedCommandsPipelineInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGeneratedCommandsPipelineInfoEXTModifier and TypeMethodDescriptionVkGeneratedCommandsPipelineInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkGeneratedCommandsPipelineInfoEXT> consumer)