OGL: draw shadows within rasterfont itself

This commit is contained in:
degasus
2014-12-20 13:31:41 +01:00
parent fb177ca04e
commit 3f9b52e555
5 changed files with 12 additions and 13 deletions

View File

@ -25,7 +25,7 @@ private:
u32 VAO;
u32 texture;
u32 uniform_color_id;
u32 cached_color;
u32 uniform_offset_id;
};
}