Uses of Record Class
club.doki7.vulkan.datatype.VkExportMetalObjectCreateInfoEXT
Packages that use VkExportMetalObjectCreateInfoEXT
-
Uses of VkExportMetalObjectCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExportMetalObjectCreateInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkExportMetalObjectCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalObjectCreateInfoEXTModifier and TypeMethodDescription@NotNull VkExportMetalObjectCreateInfoEXT
VkExportMetalObjectCreateInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkExportMetalObjectCreateInfoEXT.clone
(Arena arena, VkExportMetalObjectCreateInfoEXT src) VkExportMetalObjectCreateInfoEXT.exportObjectType
(int value) VkExportMetalObjectCreateInfoEXT.sType
(int value) VkExportMetalObjectCreateInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExportMetalObjectCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkExportMetalObjectCreateInfoEXT> VkExportMetalObjectCreateInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkExportMetalObjectCreateInfoEXTModifier and TypeMethodDescriptionVkExportMetalObjectCreateInfoEXT.clone
(Arena arena, VkExportMetalObjectCreateInfoEXT src) void
VkExportMetalObjectCreateInfoEXT.Ptr.write
(long index, @NotNull VkExportMetalObjectCreateInfoEXT value)