mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
texture changes
This commit is contained in:
@@ -138,7 +138,6 @@ Shader::fromStrings(const char *vsrc, const char *fsrc)
|
||||
{
|
||||
GLuint vs, fs, program;
|
||||
int i;
|
||||
char *src;
|
||||
int fail;
|
||||
|
||||
fail = compileshader(GL_VERTEX_SHADER, vsrc, &vs);
|
||||
|
||||
Reference in New Issue
Block a user