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