Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
compositor.h File Reference
#include <OGRE/Compositor/Pass/OgreCompositorPassDef.h>
#include <OGRE/Compositor/Pass/OgreCompositorPassProvider.h>
#include <OGRE/Compositor/Pass/OgreCompositorPass.h>
+ Include dependency graph for compositor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BlamCompositorPassDefinition
 Base class for Blamite compositor passes. More...
 
class  BlamCompositorPassRegistry
 Class used to make custom compositor passes available to OGRE. More...
 

Macros

#define BLAM
 

Enumerations

enum  BlamCompositorPassType { BlamCompositorPassType::ImGui, BlamCompositorPassType::Undefined }
 Enumerator listing all possible compositor pass types. More...
 

Macro Definition Documentation

◆ BLAM

#define BLAM

Enumeration Type Documentation

◆ BlamCompositorPassType

Enumerator listing all possible compositor pass types.

Enumerator
ImGui 

Pass used to display ImGUI.

Undefined 

Unknown pass type. Usually indicates an error.