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