mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Another name/index fix for exercise4.
This commit is contained in:
@@ -79,8 +79,8 @@ int main()
|
||||
|
||||
// build and compile our shader zprogram
|
||||
// ------------------------------------
|
||||
Shader lightingShader("4.3.lighting_maps.vs", "4.3.lighting_maps.fs");
|
||||
Shader lampShader("4.3.lamp.vs", "4.3.lamp.fs");
|
||||
Shader lightingShader("4.4.lighting_maps.vs", "4.4.lighting_maps.fs");
|
||||
Shader lampShader("4.4.lamp.vs", "4.4.lamp.fs");
|
||||
|
||||
// set up vertex data (and buffer(s)) and configure vertex attributes
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user