Uses of Record Class
club.doki7.vulkan.datatype.VkMetalSurfaceCreateInfoEXT
Packages that use VkMetalSurfaceCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMetalSurfaceCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMetalSurfaceCreateInfoEXTModifier and TypeMethodDescriptionint
VkInstanceCommands.createMetalSurfaceEXT
(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) -
Uses of VkMetalSurfaceCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMetalSurfaceCreateInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMetalSurfaceCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMetalSurfaceCreateInfoEXTModifier and TypeMethodDescriptionstatic VkMetalSurfaceCreateInfoEXT
@NotNull VkMetalSurfaceCreateInfoEXT
VkMetalSurfaceCreateInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMetalSurfaceCreateInfoEXT
VkMetalSurfaceCreateInfoEXT.clone
(Arena arena, VkMetalSurfaceCreateInfoEXT src) VkMetalSurfaceCreateInfoEXT.flags
(int value) VkMetalSurfaceCreateInfoEXT.pLayer
(@Nullable PointerPtr value) VkMetalSurfaceCreateInfoEXT.pNext
(@NotNull MemorySegment value) VkMetalSurfaceCreateInfoEXT.sType
(int value) VkMetalSurfaceCreateInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMetalSurfaceCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkMetalSurfaceCreateInfoEXT> VkMetalSurfaceCreateInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMetalSurfaceCreateInfoEXTModifier and TypeMethodDescriptionstatic VkMetalSurfaceCreateInfoEXT
VkMetalSurfaceCreateInfoEXT.clone
(Arena arena, VkMetalSurfaceCreateInfoEXT src) void
VkMetalSurfaceCreateInfoEXT.Ptr.write
(long index, @NotNull VkMetalSurfaceCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMetalSurfaceCreateInfoEXTModifier and TypeMethodDescriptionVkMetalSurfaceCreateInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMetalSurfaceCreateInfoEXT> consumer)