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