Vulkan-Hpp
vk::DisplayPlanePropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDisplayPlanePropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR (vk::DisplayKHR currentDisplay_={}, uint32_t currentStackIndex_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR (DisplayPlanePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DisplayPlanePropertiesKHR (VkDisplayPlanePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayPlanePropertiesKHRoperator= (DisplayPlanePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DisplayPlanePropertiesKHRoperator= (VkDisplayPlanePropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPlanePropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPlanePropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DisplayPlanePropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DisplayPlanePropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::DisplayKHR currentDisplay = {}
 
uint32_t currentStackIndex = {}
 

Detailed Description

Definition at line 32096 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DisplayPlanePropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::DisplayPlanePropertiesKHR::DisplayPlanePropertiesKHR ( vk::DisplayKHR  currentDisplay_ = {},
uint32_t  currentStackIndex_ = {} 
)
inline

Definition at line 32101 of file vulkan_structs.hpp.

◆ DisplayPlanePropertiesKHR() [2/3]

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

◆ DisplayPlanePropertiesKHR() [3/3]

vk::DisplayPlanePropertiesKHR::DisplayPlanePropertiesKHR ( VkDisplayPlanePropertiesKHR const &  rhs)
inline

Definition at line 32110 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDisplayPlanePropertiesKHR &()

vk::DisplayPlanePropertiesKHR::operator VkDisplayPlanePropertiesKHR & ( )
inline

Definition at line 32129 of file vulkan_structs.hpp.

◆ operator VkDisplayPlanePropertiesKHR const &()

vk::DisplayPlanePropertiesKHR::operator VkDisplayPlanePropertiesKHR const & ( ) const
inline

Definition at line 32124 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 32158 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DisplayPlanePropertiesKHR& vk::DisplayPlanePropertiesKHR::operator= ( VkDisplayPlanePropertiesKHR const &  rhs)
inline

Definition at line 32118 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 32149 of file vulkan_structs.hpp.

Member Data Documentation

◆ currentDisplay

vk::DisplayKHR vk::DisplayPlanePropertiesKHR::currentDisplay = {}

Definition at line 32165 of file vulkan_structs.hpp.

◆ currentStackIndex

uint32_t vk::DisplayPlanePropertiesKHR::currentStackIndex = {}

Definition at line 32166 of file vulkan_structs.hpp.


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