Nebula
|
#include <framesubpassbatch.h>
Inherits Frame::FrameOp::Compiled.
Public Member Functions | |
void | Run (const CoreGraphics::CmdBufferId cmdBuf, const IndexT frameIndex, const IndexT bufferIndex) override |
Run operation on a specific command buffer. | |
Public Member Functions inherited from Frame::FrameOp::Compiled | |
Compiled () | |
virtual void | Discard () |
Discard operation. | |
virtual void | SetupConstants (const IndexT bufferIndex) |
Setup constants. | |
virtual void | QueuePreSync (const CoreGraphics::CmdBufferId cmdBuf) |
Perform synchronization prior to execution of operation. | |
Public Attributes | |
MaterialTemplates::BatchGroup | batch |
Public Attributes inherited from Frame::FrameOp::Compiled | |
Util::Array< CoreGraphics::BarrierId > | barriers |
CoreGraphics::QueueType | queue |
|
overridevirtual |
Run operation on a specific command buffer.
Implements Frame::FrameOp::Compiled.
MaterialTemplates::BatchGroup Frame::FrameSubpassBatch::CompiledImpl::batch |