added shader class and unistate. not using shader class yet
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Sun, 25 Dec 2016 03:03:55 +0000 (05:03 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Sun, 25 Dec 2016 03:03:55 +0000 (05:03 +0200)
commitbbe228a794ac07f8dbadeef553b685f23fe5503d
tree16ed6af6e5729e1957e2c2dc76cd28d3503ba01a
parent5d44043a65106ff411abeaaaa80c732a47284024
added shader class and unistate. not using shader class yet
src/shader.cc [new file with mode: 0644]
src/shader.h [new file with mode: 0644]
src/unistate.cc [new file with mode: 0644]
src/unistate.h [new file with mode: 0644]