RetroArch
|
#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 | |
Public Attributes | |
VkClearColorValue | color |
VkClearDepthStencilValue | depthStencil |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
VkClearColorValue VULKAN_HPP_NAMESPACE::ClearValue::color |
VkClearDepthStencilValue VULKAN_HPP_NAMESPACE::ClearValue::depthStencil |