Nebula
|
#include <framebarrier.h>
Inherits Frame::FrameOp::Compiled.
Public Member Functions | |
void | Run (const CoreGraphics::CmdBufferId cmdBuf, const IndexT frameIndex, const IndexT bufferIndex) override |
running does nothing | |
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. | |
Additional Inherited Members | |
Public Attributes inherited from Frame::FrameOp::Compiled | |
Util::Array< CoreGraphics::BarrierId > | barriers |
CoreGraphics::QueueType | queue |
|
overridevirtual |
running does nothing
Implements Frame::FrameOp::Compiled.