Vulkan-Hpp
vk::DisplayModeProperties2KHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDisplayModeProperties2KHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DisplayModeProperties2KHR (vk::DisplayModePropertiesKHR displayModeProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DisplayModeProperties2KHR (DisplayModeProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DisplayModeProperties2KHR (VkDisplayModeProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayModeProperties2KHRoperator= (DisplayModeProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DisplayModeProperties2KHRoperator= (VkDisplayModeProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayModeProperties2KHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayModeProperties2KHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DisplayModeProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DisplayModeProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDisplayModeProperties2KHR
 
void * pNext = {}
 
vk::DisplayModePropertiesKHR displayModeProperties = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 31638 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DisplayModeProperties2KHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::DisplayModeProperties2KHR::DisplayModeProperties2KHR ( vk::DisplayModePropertiesKHR  displayModeProperties_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 31646 of file vulkan_structs.hpp.

◆ DisplayModeProperties2KHR() [2/3]

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

◆ DisplayModeProperties2KHR() [3/3]

vk::DisplayModeProperties2KHR::DisplayModeProperties2KHR ( VkDisplayModeProperties2KHR const &  rhs)
inline

Definition at line 31655 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDisplayModeProperties2KHR &()

vk::DisplayModeProperties2KHR::operator VkDisplayModeProperties2KHR & ( )
inline

Definition at line 31674 of file vulkan_structs.hpp.

◆ operator VkDisplayModeProperties2KHR const &()

vk::DisplayModeProperties2KHR::operator VkDisplayModeProperties2KHR const & ( ) const
inline

Definition at line 31669 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 31703 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DisplayModeProperties2KHR& vk::DisplayModeProperties2KHR::operator= ( VkDisplayModeProperties2KHR const &  rhs)
inline

Definition at line 31663 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 31694 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 31642 of file vulkan_structs.hpp.

◆ displayModeProperties

vk::DisplayModePropertiesKHR vk::DisplayModeProperties2KHR::displayModeProperties = {}

Definition at line 31712 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 31711 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DisplayModeProperties2KHR::structureType = StructureType::eDisplayModeProperties2KHR
static

Definition at line 31643 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DisplayModeProperties2KHR::sType = StructureType::eDisplayModeProperties2KHR

Definition at line 31710 of file vulkan_structs.hpp.


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