SDL 2.0
|
#include <vulkan.hpp>
Private Attributes | |
StructureType | sType = StructureType::eDisplaySurfaceCreateInfoKHR |
Definition at line 29382 of file vulkan.hpp.
|
inline |
Definition at line 29384 of file vulkan.hpp.
|
inline |
Definition at line 29403 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 29472 of file vulkan.hpp.
|
inline |
Definition at line 29467 of file vulkan.hpp.
|
inline |
Definition at line 29491 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 29477 of file vulkan.hpp.
References alphaMode, displayMode, flags, globalAlpha, imageExtent, planeIndex, planeStackIndex, pNext, sType, and transform.
Referenced by operator!=().
|
inline |
Definition at line 29455 of file vulkan.hpp.
References alphaMode.
|
inline |
Definition at line 29425 of file vulkan.hpp.
References displayMode.
|
inline |
Definition at line 29419 of file vulkan.hpp.
|
inline |
Definition at line 29449 of file vulkan.hpp.
References globalAlpha.
|
inline |
Definition at line 29461 of file vulkan.hpp.
References imageExtent.
|
inline |
Definition at line 29431 of file vulkan.hpp.
References planeIndex.
|
inline |
Definition at line 29437 of file vulkan.hpp.
References planeStackIndex.
|
inline |
Definition at line 29413 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 29443 of file vulkan.hpp.
DisplayPlaneAlphaFlagBitsKHR VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::alphaMode |
Definition at line 29507 of file vulkan.hpp.
Referenced by operator==(), and setAlphaMode().
DisplayModeKHR VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::displayMode |
Definition at line 29502 of file vulkan.hpp.
Referenced by operator==(), and setDisplayMode().
DisplaySurfaceCreateFlagsKHR VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::flags |
Definition at line 29501 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::globalAlpha |
Definition at line 29506 of file vulkan.hpp.
Referenced by operator==(), and setGlobalAlpha().
Extent2D VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::imageExtent |
Definition at line 29508 of file vulkan.hpp.
Referenced by operator==(), and setImageExtent().
uint32_t VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::planeIndex |
Definition at line 29503 of file vulkan.hpp.
Referenced by operator==(), and setPlaneIndex().
uint32_t VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::planeStackIndex |
Definition at line 29504 of file vulkan.hpp.
Referenced by operator==(), and setPlaneStackIndex().
const void* VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::pNext = nullptr |
Definition at line 29500 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 29497 of file vulkan.hpp.
Referenced by operator==().
SurfaceTransformFlagBitsKHR VULKAN_HPP_NAMESPACE::DisplaySurfaceCreateInfoKHR::transform |
Definition at line 29505 of file vulkan.hpp.
Referenced by operator==().