Vulkan-Hpp
vk::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 ClearDepthStencilValuesetDepth (float depth_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValuesetStencil (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 13700 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ClearDepthStencilValue() [1/3]

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

Definition at line 13705 of file vulkan_structs.hpp.

◆ ClearDepthStencilValue() [2/3]

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

◆ ClearDepthStencilValue() [3/3]

vk::ClearDepthStencilValue::ClearDepthStencilValue ( VkClearDepthStencilValue const &  rhs)
inline

Definition at line 13713 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkClearDepthStencilValue &()

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

Definition at line 13746 of file vulkan_structs.hpp.

◆ operator VkClearDepthStencilValue const &()

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

Definition at line 13741 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 13775 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

ClearDepthStencilValue& vk::ClearDepthStencilValue::operator= ( VkClearDepthStencilValue const &  rhs)
inline

Definition at line 13721 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 13766 of file vulkan_structs.hpp.

◆ setDepth()

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

Definition at line 13728 of file vulkan_structs.hpp.

◆ setStencil()

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

Definition at line 13734 of file vulkan_structs.hpp.

Member Data Documentation

◆ depth

float vk::ClearDepthStencilValue::depth = {}

Definition at line 13782 of file vulkan_structs.hpp.

◆ stencil

uint32_t vk::ClearDepthStencilValue::stencil = {}

Definition at line 13783 of file vulkan_structs.hpp.


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