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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkExportMetalObjectsInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportMetalObjectsInfoEXTModifier and TypeMethodDescriptionstatic VkExportMetalObjectsInfoEXT
@NotNull VkExportMetalObjectsInfoEXT
VkExportMetalObjectsInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkExportMetalObjectsInfoEXT
VkExportMetalObjectsInfoEXT.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 VkExportMetalObjectsInfoEXT
VkExportMetalObjectsInfoEXT.clone
(Arena arena, VkExportMetalObjectsInfoEXT src) void
VkExportMetalObjectsInfoEXT.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)