|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| ClearAttachment (ImageAspectFlags aspectMask_=ImageAspectFlags(), uint32_t colorAttachment_=0, ClearValue clearValue_=ClearValue()) | |
| ClearAttachment (VkClearAttachment const &rhs) | |
| ClearAttachment & | operator= (VkClearAttachment const &rhs) |
| ClearAttachment & | setAspectMask (ImageAspectFlags aspectMask_) |
| ClearAttachment & | setColorAttachment (uint32_t colorAttachment_) |
| ClearAttachment & | setClearValue (ClearValue clearValue_) |
| operator const VkClearAttachment & () const | |
Public Attributes | |
| ImageAspectFlags | aspectMask |
| uint32_t | colorAttachment |
| ClearValue | clearValue |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ImageAspectFlags VULKAN_HPP_NAMESPACE::ClearAttachment::aspectMask |
| ClearValue VULKAN_HPP_NAMESPACE::ClearAttachment::clearValue |
| uint32_t VULKAN_HPP_NAMESPACE::ClearAttachment::colorAttachment |
1.8.15