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