|
Nebula
|
#include <framesubpassorderedbatch.h>
Inherits Frame::FrameOp.
Classes | |
| struct | CompiledImpl |
Public Member Functions | |
| FrameSubpassOrderedBatch () | |
| constructor | |
| virtual | ~FrameSubpassOrderedBatch () |
| destructor | |
| FrameOp::Compiled * | AllocCompiled (Memory::ArenaAllocator< BIG_CHUNK > &allocator) |
| allocate instance of compiled | |
| Public Member Functions inherited from Frame::FrameOp | |
| FrameOp () | |
| constructor | |
| virtual | ~FrameOp () |
| destructor | |
| virtual void | Discard () |
| discard operation | |
| void | SetName (const Util::StringAtom &name) |
| set name | |
| const Util::StringAtom & | GetName () const |
| get name | |
| void | SetEnabled (bool b) |
| set if operation should be enabled | |
| const bool | GetEnabled () const |
| get if operation is enabled | |
| void | AddChild (FrameOp *op) |
| add child operation | |
| const Util::Array< Frame::FrameOp * > & | GetChildren () |
| get children | |
| virtual void | OnWindowResized () |
| handle display resizing | |
Public Attributes | |
| MaterialTemplates::BatchGroup | batch |
| Public Attributes inherited from Frame::FrameOp | |
| CoreGraphics::BarrierDomain | domain |
| CoreGraphics::QueueType | queue |
| Util::Dictionary< CoreGraphics::TextureId, Util::Tuple< Util::StringAtom, CoreGraphics::PipelineStage, CoreGraphics::TextureSubresourceInfo > > | textureDeps |
| Util::Dictionary< CoreGraphics::BufferId, Util::Tuple< Util::StringAtom, CoreGraphics::PipelineStage, CoreGraphics::BufferSubresourceInfo > > | bufferDeps |
| Util::Dictionary< const CoreGraphics::TextureId *, Util::Tuple< Util::StringAtom, CoreGraphics::PipelineStage, CoreGraphics::TextureSubresourceInfo > > | textureDepRefs |
| Util::Dictionary< const CoreGraphics::BufferId *, Util::Tuple< Util::StringAtom, CoreGraphics::PipelineStage, CoreGraphics::BufferSubresourceInfo > > | bufferDepRefs |
| Frame::FrameSubpassOrderedBatch::FrameSubpassOrderedBatch | ( | ) |
constructor
|
virtual |
destructor
|
virtual |
allocate instance of compiled
Implements Frame::FrameOp.
| MaterialTemplates::BatchGroup Frame::FrameSubpassOrderedBatch::batch |