#include <OgreCompositorPassDef.h>
|  | 
|  | CompositorTargetDef (IdString renderTargetName, uint32 rtIndex, CompositorNodeDef *parentNodeDef) | 
|  | 
|  | ~CompositorTargetDef () | 
|  | 
| CompositorPassDef * | addPass (CompositorPassType passType, IdString customId=IdString()) | 
|  | 
| const CompositorPassDefVec & | getCompositorPasses () const | 
|  | 
| CompositorPassDefVec & | getCompositorPassesNonConst () | 
|  | @See getNodeDefinition. 
 | 
|  | 
| IdString | getRenderTargetName () const | 
|  | 
| uint32 | getRtIndex (void) const | 
|  | 
| uint8 | getShadowMapSupportedLightTypes (void) const | 
|  | 
| 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 
 | 
|  | 
| void * | operator new (size_t sz, void *ptr) | 
|  | placement operator new 
 | 
|  | 
| 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 
 | 
|  | 
| void | setNumPasses (size_t numPasses) | 
|  | Reserves enough memory for all passes (efficient allocation) 
 | 
|  | 
| void | setShadowMapSupportedLightTypes (uint8 types) | 
|  | 
◆ CompositorTargetDef()
◆ ~CompositorTargetDef()
      
        
          | Ogre::CompositorTargetDef::~CompositorTargetDef | ( |  | ) |  | 
      
 
 
◆ addPass()
◆ getCompositorPasses()
◆ getCompositorPassesNonConst()
@See getNodeDefinition.   
Returns a non-const pointer. Use this only if you know what you're doing. Modifying a NodeDef while it's being used by CompositorNode instances is undefined. It's safe if you're sure it's not being used.   
 
 
◆ getRenderTargetName()
  
  | 
        
          | IdString Ogre::CompositorTargetDef::getRenderTargetName | ( |  | ) | const |  | inline | 
 
 
◆ getRtIndex()
  
  | 
        
          | uint32 Ogre::CompositorTargetDef::getRtIndex | ( | void |  | ) | const |  | inline | 
 
 
◆ getShadowMapSupportedLightTypes()
  
  | 
        
          | uint8 Ogre::CompositorTargetDef::getShadowMapSupportedLightTypes | ( | void |  | ) | const |  | inline | 
 
 
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info 
 
 
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info 
 
 
◆ setNumPasses()
  
  | 
        
          | void Ogre::CompositorTargetDef::setNumPasses | ( | size_t | numPasses | ) |  |  | inline | 
 
Reserves enough memory for all passes (efficient allocation) 
- Parameters
- 
  
    | numPasses | The number of passes expected to contain. |  
 
 
 
◆ setShadowMapSupportedLightTypes()
  
  | 
        
          | void Ogre::CompositorTargetDef::setShadowMapSupportedLightTypes | ( | uint8 | types | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following file: