Combine Illumination w/ Mouse rotation

This commit is contained in:
PedroEdiaz
2024-10-18 11:54:12 -06:00
parent 7c1f691b46
commit 7c8cfcbfce
3 changed files with 57 additions and 28 deletions

View File

@@ -37,8 +37,8 @@ unsigned char gload_program( unsigned int program, const char * src,
shader = glCreateShader(type[i]);
glShaderSource( shader, 1, (const GLchar **)&src, ((void*)0 ));
glCompileShader(shader);
glGetShaderiv( shader, GL_COMPILE_STATUS, &status );
glGetShaderiv( shader, GL_COMPILE_STATUS, &status );
if( !status )
{