|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| ClearDepthStencilValue (float depth_=0, uint32_t stencil_=0) | |
| ClearDepthStencilValue (VkClearDepthStencilValue const &rhs) | |
| ClearDepthStencilValue & | operator= (VkClearDepthStencilValue const &rhs) |
| ClearDepthStencilValue & | setDepth (float depth_) |
| ClearDepthStencilValue & | setStencil (uint32_t stencil_) |
| operator VkClearDepthStencilValue const & () const | |
| operator VkClearDepthStencilValue & () | |
| bool | operator== (ClearDepthStencilValue const &rhs) const |
| bool | operator!= (ClearDepthStencilValue const &rhs) const |
Data Fields | |
| float | depth |
| uint32_t | stencil |
Definition at line 6124 of file vulkan.hpp.
|
inline |
Definition at line 6126 of file vulkan.hpp.
|
inline |
Definition at line 6133 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 6160 of file vulkan.hpp.
|
inline |
Definition at line 6155 of file vulkan.hpp.
|
inline |
Definition at line 6171 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 6138 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 6165 of file vulkan.hpp.
References depth, and stencil.
Referenced by operator!=().
|
inline |
Definition at line 6143 of file vulkan.hpp.
|
inline |
Definition at line 6149 of file vulkan.hpp.
| float VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::depth |
Definition at line 6176 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::ClearDepthStencilValue::stencil |
Definition at line 6177 of file vulkan.hpp.
Referenced by operator==().