85a4d98c81
This reverts commit bd62b5873d.
15 lines
246 B
C++
15 lines
246 B
C++
#ifndef DrawFinalPassState_h__
|
|
#define DrawFinalPassState_h__
|
|
|
|
#include "Rendering/RenderState.h"
|
|
|
|
class DrawFinalPassState : public RenderState
|
|
{
|
|
public:
|
|
DrawFinalPassState(GLuint frameBuffer);
|
|
~DrawFinalPassState();
|
|
private:
|
|
|
|
};
|
|
|
|
#endif |