Uses of Record Class
club.doki7.vulkan.datatype.VkExportMetalObjectsInfoEXT
Packages that use VkExportMetalObjectsInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkExportMetalObjectsInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkExportMetalObjectsInfoEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.exportMetalObjectsEXT(VkDevice device, VkExportMetalObjectsInfoEXT pMetalObjectsInfo) -
Uses of VkExportMetalObjectsInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExportMetalObjectsInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkExportMetalObjectsInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalObjectsInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalObjectsInfoEXT@NotNull VkExportMetalObjectsInfoEXTVkExportMetalObjectsInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExportMetalObjectsInfoEXTVkExportMetalObjectsInfoEXT.clone(Arena arena, VkExportMetalObjectsInfoEXT src) VkExportMetalObjectsInfoEXT.pNext(@NotNull MemorySegment value) VkExportMetalObjectsInfoEXT.sType(int value) VkExportMetalObjectsInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExportMetalObjectsInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkExportMetalObjectsInfoEXT> VkExportMetalObjectsInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkExportMetalObjectsInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalObjectsInfoEXTVkExportMetalObjectsInfoEXT.clone(Arena arena, VkExportMetalObjectsInfoEXT src) voidVkExportMetalObjectsInfoEXT.Ptr.write(long index, @NotNull VkExportMetalObjectsInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExportMetalObjectsInfoEXTModifier and TypeMethodDescriptionVkExportMetalObjectsInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkExportMetalObjectsInfoEXT> consumer)