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