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 recordRepresents a pointer to / an array ofVkExportMetalBufferInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalBufferInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalBufferInfoEXT@NotNull VkExportMetalBufferInfoEXTVkExportMetalBufferInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExportMetalBufferInfoEXTVkExportMetalBufferInfoEXT.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 VkExportMetalBufferInfoEXTVkExportMetalBufferInfoEXT.clone(Arena arena, VkExportMetalBufferInfoEXT src) voidVkExportMetalBufferInfoEXT.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)