Files
axyz/include/Engine/Rendering/DrawBloomPassState.h
T

15 lines
228 B
C++

#ifndef DrawBloomPassState_h__
#define DrawBloomPassState_h__
#include "Rendering/RenderState.h"
class DrawBloomPassState : public RenderState
{
public:
DrawBloomPassState();
~DrawBloomPassState();
private:
};
#endif