Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsIndexBufferTokenEXT
Packages that use VkIndirectCommandsIndexBufferTokenEXT
-
Uses of VkIndirectCommandsIndexBufferTokenEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsIndexBufferTokenEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsIndexBufferTokenEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsIndexBufferTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsIndexBufferTokenEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsIndexBufferTokenEXT.clone(Arena arena, VkIndirectCommandsIndexBufferTokenEXT src) VkIndirectCommandsIndexBufferTokenEXT.mode(int value) @Nullable VkIndirectCommandsIndexBufferTokenEXTVkIndirectCommandsTokenDataEXT.pIndexBuffer()VkIndirectCommandsIndexBufferTokenEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsIndexBufferTokenEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsIndexBufferTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsIndexBufferTokenEXT.clone(Arena arena, VkIndirectCommandsIndexBufferTokenEXT src) voidVkIndirectCommandsIndexBufferTokenEXT.Ptr.write(long index, @NotNull VkIndirectCommandsIndexBufferTokenEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsIndexBufferTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsIndexBufferTokenEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsIndexBufferTokenEXT> consumer)