mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
Update shaders_class.cpp
typo
This commit is contained in:
committed by
GitHub
parent
5491450bde
commit
f4001a9def
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user