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

View file

@ -20,4 +20,5 @@ add_executable(rotation
target_link_libraries(rotation
wlr-backend
wlr-session
wlr-render
)