Vulkan-Hpp
vk::DisplayPlaneProperties2KHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDisplayPlaneProperties2KHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR (vk::DisplayPlanePropertiesKHR displayPlaneProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR (DisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DisplayPlaneProperties2KHR (VkDisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayPlaneProperties2KHRoperator= (DisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DisplayPlaneProperties2KHRoperator= (VkDisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPlaneProperties2KHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPlaneProperties2KHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DisplayPlaneProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DisplayPlaneProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDisplayPlaneProperties2KHR
 
void * pNext = {}
 
vk::DisplayPlanePropertiesKHR displayPlaneProperties = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPlaneProperties2KHR
 

Detailed Description

Definition at line 32169 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DisplayPlaneProperties2KHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::DisplayPlaneProperties2KHR::DisplayPlaneProperties2KHR ( vk::DisplayPlanePropertiesKHR  displayPlaneProperties_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 32177 of file vulkan_structs.hpp.

◆ DisplayPlaneProperties2KHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::DisplayPlaneProperties2KHR::DisplayPlaneProperties2KHR ( DisplayPlaneProperties2KHR const &  rhs)
default

◆ DisplayPlaneProperties2KHR() [3/3]

vk::DisplayPlaneProperties2KHR::DisplayPlaneProperties2KHR ( VkDisplayPlaneProperties2KHR const &  rhs)
inline

Definition at line 32186 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDisplayPlaneProperties2KHR &()

vk::DisplayPlaneProperties2KHR::operator VkDisplayPlaneProperties2KHR & ( )
inline

Definition at line 32205 of file vulkan_structs.hpp.

◆ operator VkDisplayPlaneProperties2KHR const &()

vk::DisplayPlaneProperties2KHR::operator VkDisplayPlaneProperties2KHR const & ( ) const
inline

Definition at line 32200 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::DisplayPlaneProperties2KHR::operator!= ( DisplayPlaneProperties2KHR const &  rhs) const
inline

Definition at line 32234 of file vulkan_structs.hpp.

◆ operator=() [1/2]

DisplayPlaneProperties2KHR& vk::DisplayPlaneProperties2KHR::operator= ( DisplayPlaneProperties2KHR const &  rhs)
default

◆ operator=() [2/2]

DisplayPlaneProperties2KHR& vk::DisplayPlaneProperties2KHR::operator= ( VkDisplayPlaneProperties2KHR const &  rhs)
inline

Definition at line 32194 of file vulkan_structs.hpp.

◆ operator==()

bool vk::DisplayPlaneProperties2KHR::operator== ( DisplayPlaneProperties2KHR const &  rhs) const
inline

Definition at line 32225 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::DisplayPlaneProperties2KHR::allowDuplicate = false
static

Definition at line 32173 of file vulkan_structs.hpp.

◆ displayPlaneProperties

vk::DisplayPlanePropertiesKHR vk::DisplayPlaneProperties2KHR::displayPlaneProperties = {}

Definition at line 32243 of file vulkan_structs.hpp.

◆ pNext

void* vk::DisplayPlaneProperties2KHR::pNext = {}

Definition at line 32242 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DisplayPlaneProperties2KHR::structureType = StructureType::eDisplayPlaneProperties2KHR
static

Definition at line 32174 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DisplayPlaneProperties2KHR::sType = StructureType::eDisplayPlaneProperties2KHR

Definition at line 32241 of file vulkan_structs.hpp.


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