Uses of Record Class
club.doki7.vulkan.datatype.VkExportMetalBufferInfoEXT
Packages that use VkExportMetalBufferInfoEXT
-
Uses of VkExportMetalBufferInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExportMetalBufferInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkExportMetalBufferInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalBufferInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalBufferInfoEXT
@NotNull VkExportMetalBufferInfoEXT
VkExportMetalBufferInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkExportMetalBufferInfoEXT
VkExportMetalBufferInfoEXT.clone
(Arena arena, VkExportMetalBufferInfoEXT src) VkExportMetalBufferInfoEXT.memory
(@Nullable VkDeviceMemory value) VkExportMetalBufferInfoEXT.mtlBuffer
(@NotNull MemorySegment value) VkExportMetalBufferInfoEXT.pNext
(@NotNull MemorySegment value) VkExportMetalBufferInfoEXT.sType
(int value) VkExportMetalBufferInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExportMetalBufferInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkExportMetalBufferInfoEXT> VkExportMetalBufferInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkExportMetalBufferInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalBufferInfoEXT
VkExportMetalBufferInfoEXT.clone
(Arena arena, VkExportMetalBufferInfoEXT src) void
VkExportMetalBufferInfoEXT.Ptr.write
(long index, @NotNull VkExportMetalBufferInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExportMetalBufferInfoEXTModifier and TypeMethodDescriptionVkExportMetalBufferInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkExportMetalBufferInfoEXT> consumer)