15 lines
228 B
C++
15 lines
228 B
C++
#ifndef DrawBloomPassState_h__
|
|
#define DrawBloomPassState_h__
|
|
|
|
#include "Rendering/RenderState.h"
|
|
|
|
class DrawBloomPassState : public RenderState
|
|
{
|
|
public:
|
|
DrawBloomPassState();
|
|
~DrawBloomPassState();
|
|
private:
|
|
|
|
};
|
|
|
|
#endif |