SDL 2.0
VkSwapchainCreateInfoKHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkSwapchainCreateInfoKHR:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkSwapchainCreateFlagsKHR flags
 
VkSurfaceKHR surface
 
uint32_t minImageCount
 
VkFormat imageFormat
 
VkColorSpaceKHR imageColorSpace
 
VkExtent2D imageExtent
 
uint32_t imageArrayLayers
 
VkImageUsageFlags imageUsage
 
VkSharingMode imageSharingMode
 
uint32_t queueFamilyIndexCount
 
const uint32_tpQueueFamilyIndices
 
VkSurfaceTransformFlagBitsKHR preTransform
 
VkCompositeAlphaFlagBitsKHR compositeAlpha
 
VkPresentModeKHR presentMode
 
VkBool32 clipped
 
VkSwapchainKHR oldSwapchain
 

Detailed Description

Definition at line 4810 of file vulkan_core.h.

Field Documentation

◆ clipped

VkBool32 VkSwapchainCreateInfoKHR::clipped

Definition at line 4827 of file vulkan_core.h.

Referenced by createSwapchain().

◆ compositeAlpha

VkCompositeAlphaFlagBitsKHR VkSwapchainCreateInfoKHR::compositeAlpha

Definition at line 4825 of file vulkan_core.h.

Referenced by createSwapchain().

◆ flags

VkSwapchainCreateFlagsKHR VkSwapchainCreateInfoKHR::flags

Definition at line 4813 of file vulkan_core.h.

◆ imageArrayLayers

uint32_t VkSwapchainCreateInfoKHR::imageArrayLayers

Definition at line 4819 of file vulkan_core.h.

Referenced by createSwapchain().

◆ imageColorSpace

VkColorSpaceKHR VkSwapchainCreateInfoKHR::imageColorSpace

Definition at line 4817 of file vulkan_core.h.

Referenced by createSwapchain().

◆ imageExtent

VkExtent2D VkSwapchainCreateInfoKHR::imageExtent

Definition at line 4818 of file vulkan_core.h.

Referenced by createSwapchain().

◆ imageFormat

VkFormat VkSwapchainCreateInfoKHR::imageFormat

Definition at line 4816 of file vulkan_core.h.

Referenced by createSwapchain().

◆ imageSharingMode

VkSharingMode VkSwapchainCreateInfoKHR::imageSharingMode

Definition at line 4821 of file vulkan_core.h.

Referenced by createSwapchain().

◆ imageUsage

VkImageUsageFlags VkSwapchainCreateInfoKHR::imageUsage

Definition at line 4820 of file vulkan_core.h.

Referenced by createSwapchain().

◆ minImageCount

uint32_t VkSwapchainCreateInfoKHR::minImageCount

Definition at line 4815 of file vulkan_core.h.

Referenced by createSwapchain().

◆ oldSwapchain

VkSwapchainKHR VkSwapchainCreateInfoKHR::oldSwapchain

Definition at line 4828 of file vulkan_core.h.

Referenced by createSwapchain().

◆ pNext

const void* VkSwapchainCreateInfoKHR::pNext

Definition at line 4812 of file vulkan_core.h.

◆ pQueueFamilyIndices

const uint32_t* VkSwapchainCreateInfoKHR::pQueueFamilyIndices

Definition at line 4823 of file vulkan_core.h.

◆ presentMode

VkPresentModeKHR VkSwapchainCreateInfoKHR::presentMode

Definition at line 4826 of file vulkan_core.h.

Referenced by createSwapchain().

◆ preTransform

VkSurfaceTransformFlagBitsKHR VkSwapchainCreateInfoKHR::preTransform

Definition at line 4824 of file vulkan_core.h.

Referenced by createSwapchain().

◆ queueFamilyIndexCount

uint32_t VkSwapchainCreateInfoKHR::queueFamilyIndexCount

Definition at line 4822 of file vulkan_core.h.

◆ sType

VkStructureType VkSwapchainCreateInfoKHR::sType

Definition at line 4811 of file vulkan_core.h.

Referenced by createSwapchain().

◆ surface

VkSurfaceKHR VkSwapchainCreateInfoKHR::surface

Definition at line 4814 of file vulkan_core.h.

Referenced by createSwapchain().


The documentation for this struct was generated from the following file: