Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsVertexBufferTokenEXT
Packages that use VkIndirectCommandsVertexBufferTokenEXT
-
Uses of VkIndirectCommandsVertexBufferTokenEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsVertexBufferTokenEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkIndirectCommandsVertexBufferTokenEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsVertexBufferTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsVertexBufferTokenEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsVertexBufferTokenEXT.clone
(Arena arena, VkIndirectCommandsVertexBufferTokenEXT src) @Nullable VkIndirectCommandsVertexBufferTokenEXT
VkIndirectCommandsTokenDataEXT.pVertexBuffer()
VkIndirectCommandsVertexBufferTokenEXT.Ptr.toArray()
VkIndirectCommandsVertexBufferTokenEXT.vertexBindingUnit
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsVertexBufferTokenEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsVertexBufferTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsVertexBufferTokenEXT.clone
(Arena arena, VkIndirectCommandsVertexBufferTokenEXT src) void
VkIndirectCommandsVertexBufferTokenEXT.Ptr.write
(long index, @NotNull VkIndirectCommandsVertexBufferTokenEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsVertexBufferTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsVertexBufferTokenEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkIndirectCommandsVertexBufferTokenEXT> consumer)