Use constant VBO for quad, add matrix stuff

This commit is contained in:
Drew DeVault 2017-06-07 21:35:07 -04:00
parent cda12a3eda
commit fc1dc1b5b0
8 changed files with 156 additions and 28 deletions

3
render/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_library(wlr-render STATIC
matrix.c
)