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 recordRepresents a pointer to / an array ofVkIndirectCommandsVertexBufferTokenEXTstructure(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 VkIndirectCommandsVertexBufferTokenEXTVkIndirectCommandsTokenDataEXT.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) voidVkIndirectCommandsVertexBufferTokenEXT.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)