SDL 2.0
|
#include <vulkan.hpp>
Private Attributes | |
StructureType | sType = StructureType::eSwapchainCreateInfoKHR |
Definition at line 34285 of file vulkan.hpp.
|
inline |
Definition at line 34287 of file vulkan.hpp.
|
inline |
Definition at line 34322 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34439 of file vulkan.hpp.
|
inline |
Definition at line 34434 of file vulkan.hpp.
|
inline |
Definition at line 34466 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 34327 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34444 of file vulkan.hpp.
References clipped, compositeAlpha, flags, imageArrayLayers, imageColorSpace, imageExtent, imageFormat, imageSharingMode, imageUsage, minImageCount, oldSwapchain, pNext, pQueueFamilyIndices, presentMode, preTransform, queueFamilyIndexCount, sType, and surface.
Referenced by operator!=().
|
inline |
Definition at line 34422 of file vulkan.hpp.
References clipped.
|
inline |
Definition at line 34410 of file vulkan.hpp.
References compositeAlpha.
|
inline |
Definition at line 34338 of file vulkan.hpp.
|
inline |
Definition at line 34374 of file vulkan.hpp.
References imageArrayLayers.
|
inline |
Definition at line 34362 of file vulkan.hpp.
References imageColorSpace.
|
inline |
Definition at line 34368 of file vulkan.hpp.
References imageExtent.
|
inline |
Definition at line 34356 of file vulkan.hpp.
References imageFormat.
|
inline |
Definition at line 34386 of file vulkan.hpp.
References imageSharingMode.
|
inline |
Definition at line 34380 of file vulkan.hpp.
References imageUsage.
|
inline |
Definition at line 34350 of file vulkan.hpp.
References minImageCount.
|
inline |
Definition at line 34428 of file vulkan.hpp.
References oldSwapchain.
|
inline |
Definition at line 34332 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 34398 of file vulkan.hpp.
References pQueueFamilyIndices.
|
inline |
Definition at line 34416 of file vulkan.hpp.
References presentMode.
|
inline |
Definition at line 34404 of file vulkan.hpp.
References preTransform.
|
inline |
Definition at line 34392 of file vulkan.hpp.
References queueFamilyIndexCount.
|
inline |
Definition at line 34344 of file vulkan.hpp.
Bool32 VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::clipped |
Definition at line 34490 of file vulkan.hpp.
Referenced by operator==(), and setClipped().
CompositeAlphaFlagBitsKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::compositeAlpha |
Definition at line 34488 of file vulkan.hpp.
Referenced by operator==(), and setCompositeAlpha().
SwapchainCreateFlagsKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::flags |
Definition at line 34476 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::imageArrayLayers |
Definition at line 34482 of file vulkan.hpp.
Referenced by operator==(), and setImageArrayLayers().
ColorSpaceKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::imageColorSpace |
Definition at line 34480 of file vulkan.hpp.
Referenced by operator==(), and setImageColorSpace().
Extent2D VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::imageExtent |
Definition at line 34481 of file vulkan.hpp.
Referenced by operator==(), and setImageExtent().
Format VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::imageFormat |
Definition at line 34479 of file vulkan.hpp.
Referenced by operator==(), and setImageFormat().
SharingMode VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::imageSharingMode |
Definition at line 34484 of file vulkan.hpp.
Referenced by operator==(), and setImageSharingMode().
ImageUsageFlags VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::imageUsage |
Definition at line 34483 of file vulkan.hpp.
Referenced by operator==(), and setImageUsage().
uint32_t VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::minImageCount |
Definition at line 34478 of file vulkan.hpp.
Referenced by operator==(), and setMinImageCount().
SwapchainKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::oldSwapchain |
Definition at line 34491 of file vulkan.hpp.
Referenced by operator==(), and setOldSwapchain().
const void* VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::pNext = nullptr |
Definition at line 34475 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const uint32_t* VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::pQueueFamilyIndices |
Definition at line 34486 of file vulkan.hpp.
Referenced by operator==(), and setPQueueFamilyIndices().
PresentModeKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::presentMode |
Definition at line 34489 of file vulkan.hpp.
Referenced by operator==(), and setPresentMode().
SurfaceTransformFlagBitsKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::preTransform |
Definition at line 34487 of file vulkan.hpp.
Referenced by operator==(), and setPreTransform().
uint32_t VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::queueFamilyIndexCount |
Definition at line 34485 of file vulkan.hpp.
Referenced by operator==(), and setQueueFamilyIndexCount().
|
private |
Definition at line 34472 of file vulkan.hpp.
Referenced by operator==().
SurfaceKHR VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR::surface |
Definition at line 34477 of file vulkan.hpp.
Referenced by operator==().