#include <vulkan.hpp>
Definition at line 6181 of file vulkan.hpp.
◆ ClearValue() [1/2]
◆ ClearValue() [2/2]
◆ operator VkClearValue &()
VULKAN_HPP_NAMESPACE::ClearValue::operator VkClearValue & |
( |
| ) |
|
|
inline |
Definition at line 6210 of file vulkan.hpp.
6212 return *reinterpret_cast<VkClearValue*>(
this);
◆ operator VkClearValue const &()
VULKAN_HPP_NAMESPACE::ClearValue::operator VkClearValue const & |
( |
| ) |
const |
|
inline |
Definition at line 6205 of file vulkan.hpp.
6207 return *reinterpret_cast<const VkClearValue*>(
this);
◆ setColor()
◆ setDepthStencil()
◆ color
◆ depthStencil
The documentation for this union was generated from the following file: