HDK
|
#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 | |
ClearDepthStencilValue & | operator= (ClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT=default |
ClearDepthStencilValue & | operator= (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 = {} |
Definition at line 12566 of file vulkan_structs.hpp.
Definition at line 12568 of file vulkan_structs.hpp.
|
inline |
Definition at line 12571 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12579 of file vulkan_structs.hpp.
|
inline |
Definition at line 12612 of file vulkan_structs.hpp.
|
inline |
Definition at line 12607 of file vulkan_structs.hpp.
|
inline |
Definition at line 12641 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12587 of file vulkan_structs.hpp.
|
inline |
Definition at line 12632 of file vulkan_structs.hpp.
|
inline |
Definition at line 12594 of file vulkan_structs.hpp.
|
inline |
Definition at line 12600 of file vulkan_structs.hpp.
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.