Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Foundation::RHI::RHICommandList::GraphicsDesc::Attachment Struct Reference

#include <Command.hpp>

Public Member Functions

constexpr bool IsValid () const
 

Public Attributes

RHITextureViewimageView {nullptr}
 
RHITextureLayout imageLayout {RHITextureLayout::RenderTarget}
 
RHIAttachmentLoadOp loadOp {RHIAttachmentLoadOp::Load}
 
RHIAttachmentStoreOp storeOp {RHIAttachmentStoreOp::Store}
 
RHIClearColor clearColor {}
 
RHIClearDepthStencil clearDepthStencil {}
 

Member Function Documentation

◆ IsValid()

constexpr bool Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::IsValid ( ) const
inlineconstexpr

Member Data Documentation

◆ clearColor

RHIClearColor Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::clearColor {}

◆ clearDepthStencil

RHIClearDepthStencil Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::clearDepthStencil {}

◆ imageLayout

RHITextureLayout Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::imageLayout {RHITextureLayout::RenderTarget}

◆ imageView

RHITextureView* Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::imageView {nullptr}

◆ loadOp

RHIAttachmentLoadOp Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::loadOp {RHIAttachmentLoadOp::Load}

◆ storeOp

RHIAttachmentStoreOp Foundation::RHI::RHICommandList::GraphicsDesc::Attachment::storeOp {RHIAttachmentStoreOp::Store}

The documentation for this struct was generated from the following file: