aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-11-17 23:10:55 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-11-17 23:10:55 +0000
commitfbbfad54d6281c2e08aeb2ac51c68cb7ba293f7e (patch)
tree1e77bcfa76d82371200bd7f1b34287772dc4b8be /tests
parentcf63bff8cd66b2c1640092d4f067b3073e53c4b7 (diff)
downloadYAGE-fbbfad54d6281c2e08aeb2ac51c68cb7ba293f7e.tar.gz
YAGE-fbbfad54d6281c2e08aeb2ac51c68cb7ba293f7e.zip
Adding default shaders
Diffstat (limited to 'tests')
-rw-r--r--tests/simplegame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simplegame.cpp b/tests/simplegame.cpp
index 6bd180ef..4fdb38d0 100644
--- a/tests/simplegame.cpp
+++ b/tests/simplegame.cpp
@@ -19,7 +19,7 @@ int main()
window.create("Simple Game", 800, 640);
sp.init();
- program.compileShaders("/home/yannherklotz/Github/YAGE/tests/resources/simplegame.vert", "/home/yannherklotz/Github/YAGE/tests/resources/simplegame.vert");
+ program.compileShaders("/home/yannherklotz/Github/YAGE/resources/defaultshader.vert", "/home/yannherklotz/Github/YAGE/tests/resources/defaultshader.frag");
program.addAttribute("vertex_position");
program.addAttribute("vertex_color");
program.addAttribute("vertex_uv");