struct ClearDepthStencilValue
Defined at line 21429 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkClearDepthStencilValue, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkClearDepthStencilValue.html
Public Members
float depth
uint32_t stencil
Public Methods
void ClearDepthStencilValue (float depth_, uint32_t stencil_)
Defined at line 21434 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void ClearDepthStencilValue (const ClearDepthStencilValue & rhs)
Defined at line 21440 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void ClearDepthStencilValue (const VkClearDepthStencilValue & rhs)
Defined at line 21442 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearDepthStencilValue & operator= (const ClearDepthStencilValue & rhs)
Defined at line 21447 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearDepthStencilValue & operator= (const VkClearDepthStencilValue & rhs)
Defined at line 21450 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearDepthStencilValue & setDepth (float depth_)
Defined at line 21457 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearDepthStencilValue && setDepth (float depth_)
Defined at line 21463 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearDepthStencilValue & setStencil (uint32_t stencil_)
Defined at line 21469 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearDepthStencilValue && setStencil (uint32_t stencil_)
Defined at line 21475 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkClearDepthStencilValue & operator const VkClearDepthStencilValue & ()
Defined at line 21482 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkClearDepthStencilValue & operator VkClearDepthStencilValue & ()
Defined at line 21487 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkClearDepthStencilValue * operator const VkClearDepthStencilValue * ()
Defined at line 21492 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkClearDepthStencilValue * operator VkClearDepthStencilValue * ()
Defined at line 21497 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::partial_ordering operator<=> (const ClearDepthStencilValue & )
Defined at line 21510 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp