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 TypeMethodDescriptionintVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkMacOSSurfaceCreateInfoMVKstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMacOSSurfaceCreateInfoMVKModifier and TypeMethodDescriptionstatic VkMacOSSurfaceCreateInfoMVK@NotNull VkMacOSSurfaceCreateInfoMVKVkMacOSSurfaceCreateInfoMVK.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMacOSSurfaceCreateInfoMVKVkMacOSSurfaceCreateInfoMVK.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 VkMacOSSurfaceCreateInfoMVKVkMacOSSurfaceCreateInfoMVK.clone(Arena arena, VkMacOSSurfaceCreateInfoMVK src) voidVkMacOSSurfaceCreateInfoMVK.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)