Vulkan-Hpp
|
#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 13700 of file vulkan_structs.hpp.
Definition at line 13702 of file vulkan_structs.hpp.
|
inline |
Definition at line 13705 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13713 of file vulkan_structs.hpp.
|
inline |
Definition at line 13746 of file vulkan_structs.hpp.
|
inline |
Definition at line 13741 of file vulkan_structs.hpp.
|
inline |
Definition at line 13775 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13721 of file vulkan_structs.hpp.
|
inline |
Definition at line 13766 of file vulkan_structs.hpp.
|
inline |
Definition at line 13728 of file vulkan_structs.hpp.
|
inline |
Definition at line 13734 of file vulkan_structs.hpp.
float vk::ClearDepthStencilValue::depth = {} |
Definition at line 13782 of file vulkan_structs.hpp.
uint32_t vk::ClearDepthStencilValue::stencil = {} |
Definition at line 13783 of file vulkan_structs.hpp.