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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkClearDepthStencilValue
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ClearDepthStencilValue (float depth_={}, uint32_t stencil_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ClearDepthStencilValue (ClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ClearDepthStencilValue (VkClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT
 
ClearDepthStencilValueoperator= (ClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ClearDepthStencilValueoperator= (VkClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ClearDepthStencilValue
setDepth (float depth_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ClearDepthStencilValue
setStencil (uint32_t stencil_) VULKAN_HPP_NOEXCEPT
 
 operator VkClearDepthStencilValue const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkClearDepthStencilValue & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ClearDepthStencilValue const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ClearDepthStencilValue const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

float depth = {}
 
uint32_t stencil = {}
 

Detailed Description

Definition at line 12566 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::ClearDepthStencilValue ( float  depth_ = {},
uint32_t  stencil_ = {} 
)
inline

Definition at line 12571 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::ClearDepthStencilValue ( ClearDepthStencilValue const rhs)
default
VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::ClearDepthStencilValue ( VkClearDepthStencilValue const rhs)
inline

Definition at line 12579 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator VkClearDepthStencilValue & ( )
inline

Definition at line 12612 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator VkClearDepthStencilValue const & ( ) const
inline

Definition at line 12607 of file vulkan_structs.hpp.

ClearDepthStencilValue& VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator= ( ClearDepthStencilValue const rhs)
default
ClearDepthStencilValue& VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator= ( VkClearDepthStencilValue const rhs)
inline

Definition at line 12587 of file vulkan_structs.hpp.

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

Definition at line 12632 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue& VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::setDepth ( float  depth_)
inline

Definition at line 12594 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue& VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::setStencil ( uint32_t  stencil_)
inline

Definition at line 12600 of file vulkan_structs.hpp.

Member Data Documentation

float VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::depth = {}

Definition at line 12648 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::stencil = {}

Definition at line 12649 of file vulkan_structs.hpp.


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