HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDisplayPresentInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR (VULKAN_HPP_NAMESPACE::Rect2D srcRect_={}, VULKAN_HPP_NAMESPACE::Rect2D dstRect_={}, VULKAN_HPP_NAMESPACE::Bool32 persistent_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR (DisplayPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DisplayPresentInfoKHR (VkDisplayPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayPresentInfoKHRoperator= (DisplayPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DisplayPresentInfoKHRoperator= (VkDisplayPresentInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DisplayPresentInfoKHR
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DisplayPresentInfoKHR
setSrcRect (VULKAN_HPP_NAMESPACE::Rect2D const &srcRect_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DisplayPresentInfoKHR
setDstRect (VULKAN_HPP_NAMESPACE::Rect2D const &dstRect_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DisplayPresentInfoKHR
setPersistent (VULKAN_HPP_NAMESPACE::Bool32 persistent_) VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPresentInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPresentInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DisplayPresentInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DisplayPresentInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDisplayPresentInfoKHR
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Rect2D srcRect = {}
 
VULKAN_HPP_NAMESPACE::Rect2D dstRect = {}
 
VULKAN_HPP_NAMESPACE::Bool32 persistent = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 28784 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::DisplayPresentInfoKHR ( VULKAN_HPP_NAMESPACE::Rect2D  srcRect_ = {},
VULKAN_HPP_NAMESPACE::Rect2D  dstRect_ = {},
VULKAN_HPP_NAMESPACE::Bool32  persistent_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 28792 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::DisplayPresentInfoKHR ( DisplayPresentInfoKHR const rhs)
default
VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::DisplayPresentInfoKHR ( VkDisplayPresentInfoKHR const rhs)
inline

Definition at line 28805 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::operator VkDisplayPresentInfoKHR & ( )
inline

Definition at line 28850 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::operator VkDisplayPresentInfoKHR const & ( ) const
inline

Definition at line 28845 of file vulkan_structs.hpp.

DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::operator= ( DisplayPresentInfoKHR const rhs)
default
DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::operator= ( VkDisplayPresentInfoKHR const rhs)
inline

Definition at line 28813 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::operator== ( DisplayPresentInfoKHR const rhs) const
inline

Definition at line 28874 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setDstRect ( VULKAN_HPP_NAMESPACE::Rect2D const dstRect_)
inline

Definition at line 28832 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setPersistent ( VULKAN_HPP_NAMESPACE::Bool32  persistent_)
inline

Definition at line 28838 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setPNext ( const void pNext_)
inline

Definition at line 28820 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR& VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::setSrcRect ( VULKAN_HPP_NAMESPACE::Rect2D const srcRect_)
inline

Definition at line 28826 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::allowDuplicate = false
static

Definition at line 28788 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::dstRect = {}

Definition at line 28893 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::persistent = {}

Definition at line 28894 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::pNext = {}

Definition at line 28891 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Rect2D VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::srcRect = {}

Definition at line 28892 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::structureType = StructureType::eDisplayPresentInfoKHR
static

Definition at line 28789 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR::sType = StructureType::eDisplayPresentInfoKHR

Definition at line 28890 of file vulkan_structs.hpp.


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