Uses of Record Class
club.doki7.vulkan.datatype.VkSwapchainCreateInfoKHR
Packages that use VkSwapchainCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSwapchainCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSwapchainCreateInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.createSwapchainKHR
(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) -
Uses of VkSwapchainCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSwapchainCreateInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSwapchainCreateInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSwapchainCreateInfoKHRModifier and TypeMethodDescriptionstatic VkSwapchainCreateInfoKHR
@NotNull VkSwapchainCreateInfoKHR
VkSwapchainCreateInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSwapchainCreateInfoKHR.clipped
(int value) static VkSwapchainCreateInfoKHR
VkSwapchainCreateInfoKHR.clone
(Arena arena, VkSwapchainCreateInfoKHR src) VkSwapchainCreateInfoKHR.compositeAlpha
(int value) VkSwapchainCreateInfoKHR.flags
(int value) VkSwapchainCreateInfoKHR.imageArrayLayers
(int value) VkSwapchainCreateInfoKHR.imageColorSpace
(int value) VkSwapchainCreateInfoKHR.imageExtent
(@NotNull VkExtent2D value) VkSwapchainCreateInfoKHR.imageExtent
(Consumer<@NotNull VkExtent2D> consumer) VkSwapchainCreateInfoKHR.imageFormat
(int value) VkSwapchainCreateInfoKHR.imageSharingMode
(int value) VkSwapchainCreateInfoKHR.imageUsage
(int value) VkSwapchainCreateInfoKHR.minImageCount
(int value) VkSwapchainCreateInfoKHR.oldSwapchain
(@Nullable VkSwapchainKHR value) VkSwapchainCreateInfoKHR.pNext
(@NotNull MemorySegment value) VkSwapchainCreateInfoKHR.pQueueFamilyIndices
(@Nullable IntPtr value) VkSwapchainCreateInfoKHR.presentMode
(int value) VkSwapchainCreateInfoKHR.preTransform
(int value) VkSwapchainCreateInfoKHR.queueFamilyIndexCount
(int value) VkSwapchainCreateInfoKHR.sType
(int value) VkSwapchainCreateInfoKHR.surface
(@Nullable VkSurfaceKHR value) VkSwapchainCreateInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSwapchainCreateInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkSwapchainCreateInfoKHR> VkSwapchainCreateInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSwapchainCreateInfoKHRModifier and TypeMethodDescriptionstatic VkSwapchainCreateInfoKHR
VkSwapchainCreateInfoKHR.clone
(Arena arena, VkSwapchainCreateInfoKHR src) void
VkSwapchainCreateInfoKHR.Ptr.write
(long index, @NotNull VkSwapchainCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSwapchainCreateInfoKHRModifier and TypeMethodDescriptionVkSwapchainCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSwapchainCreateInfoKHR> consumer)