|
SDL
2.0
|
#include <vulkan.hpp>
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= (VkClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT |
| ClearDepthStencilValue & | operator= (ClearDepthStencilValue const &rhs) VULKAN_HPP_NOEXCEPT |
| ClearDepthStencilValue & | setDepth (float depth_) VULKAN_HPP_NOEXCEPT |
| 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 |
Data Fields | |
| float | depth = {} |
| uint32_t | stencil = {} |
Definition at line 23367 of file vulkan.hpp.
|
inline |
Definition at line 23372 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 23378 of file vulkan.hpp.
|
inline |
Definition at line 23414 of file vulkan.hpp.
|
inline |
Definition at line 23409 of file vulkan.hpp.
|
inline |
Definition at line 23429 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 23390 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 23384 of file vulkan.hpp.
|
inline |
Definition at line 23423 of file vulkan.hpp.
|
inline |
Definition at line 23396 of file vulkan.hpp.
|
inline |
Definition at line 23402 of file vulkan.hpp.
| float VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::depth = {} |
Definition at line 23438 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::stencil = {} |
Definition at line 23439 of file vulkan.hpp.