union ClearValue
Defined at line 21540 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
ClearColorValue color
ClearDepthStencilValue depthStencil
Public Methods
void ClearValue (ClearColorValue color_)
Defined at line 21545 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void ClearValue (ClearDepthStencilValue depthStencil_)
Defined at line 21547 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearValue & setColor (const ClearColorValue & color_)
Defined at line 21551 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearValue && setColor (const ClearColorValue & color_)
Defined at line 21557 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearValue & setDepthStencil (const ClearDepthStencilValue & depthStencil_)
Defined at line 21563 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
ClearValue && setDepthStencil (const ClearDepthStencilValue & depthStencil_)
Defined at line 21569 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkClearValue & operator const VkClearValue & ()
Defined at line 21576 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkClearValue & operator VkClearValue & ()
Defined at line 21581 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp