|
Foundation
|
#include <Command.hpp>
Public Member Functions | |
| constexpr bool | IsValid () const |
|
inlineconstexpr |
| RHIClearColor Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::clearColor {} |
| RHIClearDepthStencil Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::clearDepthStencil {} |
| RHITextureLayout Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::imageLayout {RHITextureLayout::RenderTarget} |
| RHITextureView* Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::imageView {nullptr} |
| RHIAttachmentLoadOp Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::loadOp {RHIAttachmentLoadOp::Load} |
| RHIAttachmentStoreOp Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::storeOp {RHIAttachmentStoreOp::Store} |