Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDisplayPropertiesKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DisplayPropertiesKHR (vk::DisplayKHR display_={}, const char *displayName_={}, vk::Extent2D physicalDimensions_={}, vk::Extent2D physicalResolution_={}, vk::SurfaceTransformFlagsKHR supportedTransforms_={}, vk::Bool32 planeReorderPossible_={}, vk::Bool32 persistentContent_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | DisplayPropertiesKHR (DisplayPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
DisplayPropertiesKHR (VkDisplayPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT | |
DisplayPropertiesKHR & | operator= (DisplayPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
DisplayPropertiesKHR & | operator= (VkDisplayPropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkDisplayPropertiesKHR const & () const VULKAN_HPP_NOEXCEPT | |
operator VkDisplayPropertiesKHR & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (DisplayPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DisplayPropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::DisplayKHR | display = {} |
const char * | displayName = {} |
vk::Extent2D | physicalDimensions = {} |
vk::Extent2D | physicalResolution = {} |
vk::SurfaceTransformFlagsKHR | supportedTransforms = {} |
vk::Bool32 | planeReorderPossible = {} |
vk::Bool32 | persistentContent = {} |
Definition at line 32467 of file vulkan_structs.hpp.
Definition at line 32469 of file vulkan_structs.hpp.
|
inline |
Definition at line 32472 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 32491 of file vulkan_structs.hpp.
|
inline |
Definition at line 32510 of file vulkan_structs.hpp.
|
inline |
Definition at line 32505 of file vulkan_structs.hpp.
|
inline |
Definition at line 32564 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 32499 of file vulkan_structs.hpp.
|
inline |
Definition at line 32556 of file vulkan_structs.hpp.
vk::DisplayKHR vk::DisplayPropertiesKHR::display = {} |
Definition at line 32570 of file vulkan_structs.hpp.
const char* vk::DisplayPropertiesKHR::displayName = {} |
Definition at line 32571 of file vulkan_structs.hpp.
vk::Bool32 vk::DisplayPropertiesKHR::persistentContent = {} |
Definition at line 32576 of file vulkan_structs.hpp.
vk::Extent2D vk::DisplayPropertiesKHR::physicalDimensions = {} |
Definition at line 32572 of file vulkan_structs.hpp.
vk::Extent2D vk::DisplayPropertiesKHR::physicalResolution = {} |
Definition at line 32573 of file vulkan_structs.hpp.
vk::Bool32 vk::DisplayPropertiesKHR::planeReorderPossible = {} |
Definition at line 32575 of file vulkan_structs.hpp.
vk::SurfaceTransformFlagsKHR vk::DisplayPropertiesKHR::supportedTransforms = {} |
Definition at line 32574 of file vulkan_structs.hpp.