|
Foundation
|
#include <Command.hpp>
Public Member Functions | |
| constexpr bool | IsValid () const |
Public Attributes | |
| RHITextureView * | imageView {nullptr} |
| RHITextureLayout | imageLayout {RHITextureLayout::RenderTarget} |
| Optional< RHIClearColor > | clearColor {} |
| Optional< RHIClearDepthStencil > | clearDepthStencil {} |
| bool | loadDontCare {false} |
|
inlineconstexpr |
| Optional<RHIClearColor> Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::clearColor {} |
| Optional<RHIClearDepthStencil> Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::clearDepthStencil {} |
| RHITextureLayout Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::imageLayout {RHITextureLayout::RenderTarget} |
| RHITextureView* Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::imageView {nullptr} |