Add error "handling" to gles3 backend

This commit is contained in:
Drew DeVault 2017-06-09 10:28:50 -04:00
parent 63c3faa006
commit 2b909e1729
5 changed files with 87 additions and 43 deletions

View file

@ -5,4 +5,5 @@ add_library(wlr-render STATIC
gles3/shaders.c
gles3/renderer.c
gles3/surface.c
gles3/util.c
)