OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::CompositorPassDepthCopy Class Reference

Implementation of CompositorPass This implementation will copy one DepthBuffer to another DepthBuffer from two RTs. More...

#include <OgreCompositorPassDepthCopy.h>

Inheritance diagram for Ogre::CompositorPassDepthCopy:

Public Member Functions

 CompositorPassDepthCopy (const CompositorPassDepthCopyDef *definition, const RenderTargetViewDef *rtv, CompositorNode *parentNode)
void execute (const Camera *lodCamera) override
Public Member Functions inherited from Ogre::CompositorPass
 CompositorPass (const CompositorPassDef *definition, CompositorNode *parentNode)
virtual ~CompositorPass ()
ResourceTransitionArray_getResourceTransitionsNonConst ()
Vector2 getActualDimensions () const
const CompositorPassDefgetDefinition () const
const CompositorNodegetParentNode () const
RenderPassDescriptorgetRenderPassDesc () const
const ResourceTransitionArraygetResourceTransitions () const
const CompositorTextureVecgetTextureDependencies () const
CompositorPassType getType () const
Real getViewportAspectRatio (size_t vpIdx)
virtual void notifyCleared ()
virtual void notifyDestroyed (const UavBufferPacked *buffer)
virtual void notifyDestroyed (TextureGpu *channel)
virtual bool notifyRecreated (const TextureGpu *channel)
virtual void notifyRecreated (const UavBufferPacked *oldBuffer, UavBufferPacked *newBuffer)
void profilingBegin ()
void profilingEnd ()
virtual void resetNumPassesLeft ()

Detailed Description

Implementation of CompositorPass This implementation will copy one DepthBuffer to another DepthBuffer from two RTs.

Author
Matias N. Goldberg
Version
1.0

Constructor & Destructor Documentation

◆ CompositorPassDepthCopy()

Ogre::CompositorPassDepthCopy::CompositorPassDepthCopy ( const CompositorPassDepthCopyDef * definition,
const RenderTargetViewDef * rtv,
CompositorNode * parentNode )

Member Function Documentation

◆ execute()

void Ogre::CompositorPassDepthCopy::execute ( const Camera * lodCamera)
overridevirtual

Implements Ogre::CompositorPass.


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