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