![]() |
OGRE-Next
2.3
Object-Oriented Graphics Rendering Engine
|
Abstract class for compositor passes. More...
#include <OgreCompositorPass.h>
Public Member Functions | |
CompositorPass (const CompositorPassDef *definition, CompositorNode *parentNode) | |
virtual | ~CompositorPass () |
ResourceTransitionArray & | _getResourceTransitionsNonConst () |
virtual void | analyzeBarriers (const bool bClearBarriers=true) |
Bakes all of the memory barriers / resource transition that will be needed before executing a GPU command like rendering, copying/blit or compute. More... | |
virtual void | execute (const Camera *lodCameraconst)=0 |
Vector2 | getActualDimensions () const |
const CompositorPassDef * | getDefinition () const |
const CompositorNode * | getParentNode () const |
RenderPassDescriptor * | getRenderPassDesc () const |
const ResourceTransitionArray & | getResourceTransitions () const |
const CompositorTextureVec & | getTextureDependencies () const |
CompositorPassType | getType () const |
virtual void | notifyCleared () |
@See CompositorNode::_notifyCleared More... | |
virtual void | notifyDestroyed (const UavBufferPacked *buffer) |
virtual void | notifyDestroyed (TextureGpu *channel) |
@See CompositorNode::notifyDestroyed More... | |
virtual bool | notifyRecreated (const TextureGpu *channel) |
@See CompositorNode::notifyRecreated More... | |
virtual void | notifyRecreated (const UavBufferPacked *oldBuffer, UavBufferPacked *newBuffer) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void | profilingBegin () |
void | profilingEnd () |
virtual void | resetNumPassesLeft () |
Abstract class for compositor passes.
A pass can be a fullscreen quad, a scene rendering, a clear. etc. Derived classes are responsible for performing an actual job. Note that passes do not own RenderTargets, therefore we're not responsible for destroying it.
Ogre::CompositorPass::CompositorPass | ( | const CompositorPassDef * | definition, |
CompositorNode * | parentNode | ||
) |
|
virtual |
|
inline |
|
virtual |
Bakes all of the memory barriers / resource transition that will be needed before executing a GPU command like rendering, copying/blit or compute.
bClearBarriers | True to do mResourceTransitions.clear(); |
|
pure virtual |
Implemented in Ogre::CompositorPassUav, Ogre::CompositorPassTargetBarrier, Ogre::CompositorPassStencil, Ogre::CompositorPassShadows, Ogre::CompositorPassScene, Ogre::CompositorPassQuad, Ogre::CompositorPassMipmap, Ogre::CompositorPassIblSpecular, Ogre::CompositorPassDepthCopy, Ogre::CompositorPassCompute, and Ogre::CompositorPassClear.
Vector2 Ogre::CompositorPass::getActualDimensions | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
@See CompositorNode::_notifyCleared
Reimplemented in Ogre::CompositorPassScene.
|
virtual |
|
virtual |
|
virtual |
@See CompositorNode::notifyRecreated
Reimplemented in Ogre::CompositorPassMipmap, and Ogre::CompositorPassIblSpecular.
|
virtual |
Reimplemented in Ogre::CompositorPassUav.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
void Ogre::CompositorPass::profilingBegin | ( | ) |
void Ogre::CompositorPass::profilingEnd | ( | ) |
|
virtual |
Reimplemented in Ogre::CompositorPassIblSpecular.