Merge pull request #59 from elect86/patch-2

Update shaders_class.cpp
This commit is contained in:
Joey de Vries
2017-04-24 20:18:03 +02:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ int main()
} }
// build and compile our shader zprogram // build and compile our shader program
// ------------------------------------ // ------------------------------------
Shader ourShader("3.3.shader.vs", "3.3.shader.fs"); // you can name your shader files however you like Shader ourShader("3.3.shader.vs", "3.3.shader.fs"); // you can name your shader files however you like