mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
GLDraw: Support for colored images
git-svn-id: svn://ultimatepp.org/upp/trunk@6458 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0ae03ab1b2
commit
8d8e958f8d
7 changed files with 141 additions and 60 deletions
|
|
@ -64,6 +64,8 @@ void GLProgram::Create(const char *vertex_shader_, const char *fragment_shader_,
|
|||
Panic("Failed to link");
|
||||
Clear();
|
||||
}
|
||||
|
||||
Use();
|
||||
}
|
||||
|
||||
void GLProgram::Create(const char *vertex_shader, const char *fragment_shader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue