RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::ClearDepthStencilValue Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ClearDepthStencilValue:
[legend]

Public Member Functions

 ClearDepthStencilValue (float depth_=0, uint32_t stencil_=0)
 
 ClearDepthStencilValue (VkClearDepthStencilValue const &rhs)
 
ClearDepthStencilValueoperator= (VkClearDepthStencilValue const &rhs)
 
ClearDepthStencilValuesetDepth (float depth_)
 
ClearDepthStencilValuesetStencil (uint32_t stencil_)
 
 operator const VkClearDepthStencilValue & () const
 
bool operator== (ClearDepthStencilValue const &rhs) const
 
bool operator!= (ClearDepthStencilValue const &rhs) const
 

Public Attributes

float depth
 
uint32_t stencil
 

Constructor & Destructor Documentation

◆ ClearDepthStencilValue() [1/2]

VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::ClearDepthStencilValue ( float  depth_ = 0,
uint32_t  stencil_ = 0 
)
inline

◆ ClearDepthStencilValue() [2/2]

VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::ClearDepthStencilValue ( VkClearDepthStencilValue const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkClearDepthStencilValue &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator!= ( ClearDepthStencilValue const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

ClearDepthStencilValue& VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator= ( VkClearDepthStencilValue const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::operator== ( ClearDepthStencilValue const rhs) const
inline
Here is the caller graph for this function:

◆ setDepth()

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

◆ setStencil()

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

Member Data Documentation

◆ depth

float VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::depth

◆ stencil

uint32_t VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::stencil

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