custom shader for RasterFont, fix color support

OpenGL2.0 compatible

Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com>
This commit is contained in:
degasus
2012-12-11 22:08:53 +01:00
committed by Ryan Houdek
parent 23a3336f9a
commit 1bd21f44b2
2 changed files with 60 additions and 8 deletions

View File

@ -30,6 +30,9 @@ private:
u32 VBO;
u32 VAO;
u32 texture;
u32 shader_program;
u32 uniform_color_id;
u32 cached_color;
};
#endif // _RASTERFONT_H_