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