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 recordRepresents a pointer to / an array ofVkExportMetalDeviceInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalDeviceInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalDeviceInfoEXT@NotNull VkExportMetalDeviceInfoEXTVkExportMetalDeviceInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExportMetalDeviceInfoEXTVkExportMetalDeviceInfoEXT.clone(Arena arena, VkExportMetalDeviceInfoEXT src) VkExportMetalDeviceInfoEXT.mtlDevice(@NotNull MemorySegment value) VkExportMetalDeviceInfoEXT.pNext(@NotNull MemorySegment value) 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 VkExportMetalDeviceInfoEXTVkExportMetalDeviceInfoEXT.clone(Arena arena, VkExportMetalDeviceInfoEXT src) voidVkExportMetalDeviceInfoEXT.Ptr.write(long index, @NotNull VkExportMetalDeviceInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExportMetalDeviceInfoEXTModifier and TypeMethodDescriptionVkExportMetalDeviceInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkExportMetalDeviceInfoEXT> consumer)