SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ClearValue (ClearColorValue color_=ClearColorValue()) | |
ClearValue (ClearDepthStencilValue depthStencil_) | |
ClearValue & | setColor (ClearColorValue color_) |
ClearValue & | setDepthStencil (ClearDepthStencilValue depthStencil_) |
operator VkClearValue const & () const | |
operator VkClearValue & () | |
Data Fields | |
VkClearColorValue | color |
VkClearDepthStencilValue | depthStencil |
Definition at line 6181 of file vulkan.hpp.
|
inline |
Definition at line 6183 of file vulkan.hpp.
|
inline |
Definition at line 6188 of file vulkan.hpp.
References depthStencil.
|
inline |
Definition at line 6210 of file vulkan.hpp.
|
inline |
Definition at line 6205 of file vulkan.hpp.
|
inline |
Definition at line 6193 of file vulkan.hpp.
|
inline |
Definition at line 6199 of file vulkan.hpp.
References depthStencil.
VkClearColorValue VULKAN_HPP_NAMESPACE::ClearValue::color |
Definition at line 6219 of file vulkan.hpp.
VkClearDepthStencilValue VULKAN_HPP_NAMESPACE::ClearValue::depthStencil |
Definition at line 6220 of file vulkan.hpp.
Referenced by ClearValue(), and setDepthStencil().