Vulkan-Hpp
vk::DisplayEventInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDisplayEventInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DisplayEventInfoEXT (vk::DisplayEventTypeEXT displayEvent_=vk::DisplayEventTypeEXT::eFirstPixelOut, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DisplayEventInfoEXT (DisplayEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DisplayEventInfoEXT (VkDisplayEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayEventInfoEXToperator= (DisplayEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DisplayEventInfoEXToperator= (VkDisplayEventInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DisplayEventInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DisplayEventInfoEXTsetDisplayEvent (vk::DisplayEventTypeEXT displayEvent_) VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayEventInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayEventInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DisplayEventInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DisplayEventInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDisplayEventInfoEXT
 
const void * pNext = {}
 
vk::DisplayEventTypeEXT displayEvent = vk::DisplayEventTypeEXT::eFirstPixelOut
 

Static Public Attributes

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

Detailed Description

Definition at line 31273 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DisplayEventInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::DisplayEventInfoEXT::DisplayEventInfoEXT ( vk::DisplayEventTypeEXT  displayEvent_ = vk::DisplayEventTypeEXT::eFirstPixelOut,
const void *  pNext_ = nullptr 
)
inline

Definition at line 31282 of file vulkan_structs.hpp.

◆ DisplayEventInfoEXT() [2/3]

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

◆ DisplayEventInfoEXT() [3/3]

vk::DisplayEventInfoEXT::DisplayEventInfoEXT ( VkDisplayEventInfoEXT const &  rhs)
inline

Definition at line 31291 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDisplayEventInfoEXT &()

vk::DisplayEventInfoEXT::operator VkDisplayEventInfoEXT & ( )
inline

Definition at line 31323 of file vulkan_structs.hpp.

◆ operator VkDisplayEventInfoEXT const &()

vk::DisplayEventInfoEXT::operator VkDisplayEventInfoEXT const & ( ) const
inline

Definition at line 31318 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 31352 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DisplayEventInfoEXT& vk::DisplayEventInfoEXT::operator= ( VkDisplayEventInfoEXT const &  rhs)
inline

Definition at line 31298 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 31343 of file vulkan_structs.hpp.

◆ setDisplayEvent()

VULKAN_HPP_CONSTEXPR_14 DisplayEventInfoEXT& vk::DisplayEventInfoEXT::setDisplayEvent ( vk::DisplayEventTypeEXT  displayEvent_)
inline

Definition at line 31311 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DisplayEventInfoEXT& vk::DisplayEventInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 31305 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 31277 of file vulkan_structs.hpp.

◆ displayEvent

vk::DisplayEventTypeEXT vk::DisplayEventInfoEXT::displayEvent = vk::DisplayEventTypeEXT::eFirstPixelOut

Definition at line 31361 of file vulkan_structs.hpp.

◆ pNext

const void* vk::DisplayEventInfoEXT::pNext = {}

Definition at line 31360 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DisplayEventInfoEXT::structureType = StructureType::eDisplayEventInfoEXT
static

Definition at line 31278 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DisplayEventInfoEXT::sType = StructureType::eDisplayEventInfoEXT

Definition at line 31359 of file vulkan_structs.hpp.


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