mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 01:09:55 +00:00
custom shader for RasterFont, fix color support
OpenGL2.0 compatible Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com>
This commit is contained in:
parent
23a3336f9a
commit
1bd21f44b2
2 changed files with 60 additions and 8 deletions
|
@ -30,6 +30,9 @@ private:
|
|||
u32 VBO;
|
||||
u32 VAO;
|
||||
u32 texture;
|
||||
u32 shader_program;
|
||||
u32 uniform_color_id;
|
||||
u32 cached_color;
|
||||
};
|
||||
|
||||
#endif // _RASTERFONT_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue