Vulkan-Hpp
vk::SurfaceFormat2KHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSurfaceFormat2KHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR (vk::SurfaceFormatKHR surfaceFormat_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR (SurfaceFormat2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SurfaceFormat2KHR (VkSurfaceFormat2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
SurfaceFormat2KHRoperator= (SurfaceFormat2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SurfaceFormat2KHRoperator= (VkSurfaceFormat2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkSurfaceFormat2KHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSurfaceFormat2KHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SurfaceFormat2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SurfaceFormat2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSurfaceFormat2KHR
 
void * pNext = {}
 
vk::SurfaceFormatKHR surfaceFormat = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 110233 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SurfaceFormat2KHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::SurfaceFormat2KHR::SurfaceFormat2KHR ( vk::SurfaceFormatKHR  surfaceFormat_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 110241 of file vulkan_structs.hpp.

◆ SurfaceFormat2KHR() [2/3]

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

◆ SurfaceFormat2KHR() [3/3]

vk::SurfaceFormat2KHR::SurfaceFormat2KHR ( VkSurfaceFormat2KHR const &  rhs)
inline

Definition at line 110249 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSurfaceFormat2KHR &()

vk::SurfaceFormat2KHR::operator VkSurfaceFormat2KHR & ( )
inline

Definition at line 110265 of file vulkan_structs.hpp.

◆ operator VkSurfaceFormat2KHR const &()

vk::SurfaceFormat2KHR::operator VkSurfaceFormat2KHR const & ( ) const
inline

Definition at line 110260 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 110294 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SurfaceFormat2KHR& vk::SurfaceFormat2KHR::operator= ( VkSurfaceFormat2KHR const &  rhs)
inline

Definition at line 110254 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 110285 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 110237 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 110302 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SurfaceFormat2KHR::structureType = StructureType::eSurfaceFormat2KHR
static

Definition at line 110238 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SurfaceFormat2KHR::sType = StructureType::eSurfaceFormat2KHR

Definition at line 110301 of file vulkan_structs.hpp.

◆ surfaceFormat

vk::SurfaceFormatKHR vk::SurfaceFormat2KHR::surfaceFormat = {}

Definition at line 110303 of file vulkan_structs.hpp.


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