Better abstraction for shader programs

This commit is contained in:
Emmanuel BENOîT 2017-09-30 12:08:18 +02:00
parent 4ff19bffa6
commit 7d16b704b5
5 changed files with 115 additions and 37 deletions
.vim.local/scripts

View file

@ -1,4 +1,4 @@
#!/bin/bash
if make -j 8; then
./editor tests/test.json
optirun ./demo
fi