|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkSwapchainCreateInfoKHR:Definition at line 5786 of file vulkan_core.h.
| VkBool32 VkSwapchainCreateInfoKHR::clipped |
Definition at line 5803 of file vulkan_core.h.
Referenced by createSwapchain().
| VkCompositeAlphaFlagBitsKHR VkSwapchainCreateInfoKHR::compositeAlpha |
Definition at line 5801 of file vulkan_core.h.
Referenced by createSwapchain().
| VkSwapchainCreateFlagsKHR VkSwapchainCreateInfoKHR::flags |
Definition at line 5789 of file vulkan_core.h.
| uint32_t VkSwapchainCreateInfoKHR::imageArrayLayers |
Definition at line 5795 of file vulkan_core.h.
Referenced by createSwapchain().
| VkColorSpaceKHR VkSwapchainCreateInfoKHR::imageColorSpace |
Definition at line 5793 of file vulkan_core.h.
Referenced by createSwapchain().
| VkExtent2D VkSwapchainCreateInfoKHR::imageExtent |
Definition at line 5794 of file vulkan_core.h.
Referenced by createSwapchain().
| VkFormat VkSwapchainCreateInfoKHR::imageFormat |
Definition at line 5792 of file vulkan_core.h.
Referenced by createSwapchain().
| VkSharingMode VkSwapchainCreateInfoKHR::imageSharingMode |
Definition at line 5797 of file vulkan_core.h.
Referenced by createSwapchain().
| VkImageUsageFlags VkSwapchainCreateInfoKHR::imageUsage |
Definition at line 5796 of file vulkan_core.h.
Referenced by createSwapchain().
| uint32_t VkSwapchainCreateInfoKHR::minImageCount |
Definition at line 5791 of file vulkan_core.h.
Referenced by createSwapchain().
| VkSwapchainKHR VkSwapchainCreateInfoKHR::oldSwapchain |
Definition at line 5804 of file vulkan_core.h.
Referenced by createSwapchain().
| const void* VkSwapchainCreateInfoKHR::pNext |
Definition at line 5788 of file vulkan_core.h.
| const uint32_t* VkSwapchainCreateInfoKHR::pQueueFamilyIndices |
Definition at line 5799 of file vulkan_core.h.
| VkPresentModeKHR VkSwapchainCreateInfoKHR::presentMode |
Definition at line 5802 of file vulkan_core.h.
Referenced by createSwapchain().
| VkSurfaceTransformFlagBitsKHR VkSwapchainCreateInfoKHR::preTransform |
Definition at line 5800 of file vulkan_core.h.
Referenced by createSwapchain().
| uint32_t VkSwapchainCreateInfoKHR::queueFamilyIndexCount |
Definition at line 5798 of file vulkan_core.h.
| VkStructureType VkSwapchainCreateInfoKHR::sType |
Definition at line 5787 of file vulkan_core.h.
Referenced by createSwapchain().
| VkSurfaceKHR VkSwapchainCreateInfoKHR::surface |
Definition at line 5790 of file vulkan_core.h.
Referenced by createSwapchain().