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 recordRepresents a pointer to / an array ofVkExportMetalObjectCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalObjectCreateInfoEXTModifier and TypeMethodDescription@NotNull VkExportMetalObjectCreateInfoEXTVkExportMetalObjectCreateInfoEXT.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.pNext(@NotNull MemorySegment 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) voidVkExportMetalObjectCreateInfoEXT.Ptr.write(long index, @NotNull VkExportMetalObjectCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExportMetalObjectCreateInfoEXTModifier and TypeMethodDescriptionVkExportMetalObjectCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkExportMetalObjectCreateInfoEXT> consumer)