diff options
Diffstat (limited to 'gpu/tools/compositor_model_bench/shaders.h')
-rw-r--r-- | gpu/tools/compositor_model_bench/shaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gpu/tools/compositor_model_bench/shaders.h b/gpu/tools/compositor_model_bench/shaders.h index 0a5dd0e..4594035 100644 --- a/gpu/tools/compositor_model_bench/shaders.h +++ b/gpu/tools/compositor_model_bench/shaders.h @@ -12,7 +12,6 @@ // Forward declarations. class CCNode; class ContentLayerNode; -class TextureBuilder; typedef unsigned int GLuint; @@ -51,4 +50,3 @@ void DrawQuad(float width, float height); void DrawTileQuad(GLuint texID, int x, int y); #endif // GPU_TOOLS_COMPOSITOR_MODEL_BENCH_SHADERS_H_ - |