Add wlr_renderer and move quad rendering there

This commit is contained in:
Drew DeVault 2017-06-08 12:02:51 -04:00
parent 211488131f
commit 83f8864f0a
7 changed files with 215 additions and 130 deletions

View file

@ -1,4 +1,6 @@
add_library(wlr-render STATIC
matrix.c
shader.c
surface.c
renderer.c
)