|
Pyrogenesis
13997
|
#include "precompiled.h"#include "lib/ogl.h"#include "maths/MathUtil.h"#include "gui/GUIutil.h"#include "lib/bits.h"#include "ps/CLogger.h"#include "ps/Filesystem.h"#include "ps/Game.h"#include "ps/World.h"#include "graphics/GameView.h"#include "graphics/LightEnv.h"#include "graphics/ShaderManager.h"#include "renderer/PostprocManager.h"#include "renderer/Renderer.h"Go to the source code of this file.
Macros | |
| #define | GEN_BUFFER_RGBA(name, w, h) |
| #define | SCALE_AND_BLUR(tex1, tex2, temptex) |
| #define GEN_BUFFER_RGBA | ( | name, | |
| w, | |||
| h | |||
| ) |
| #define SCALE_AND_BLUR | ( | tex1, | |
| tex2, | |||
| temptex | |||
| ) |
1.8.5