examples: remove dependency on GLES2 for compositor examples

Most of the examples had a GLES2 dependency, but weren't using it.
Convert multi-pointer to wlr_renderer instead of using directly
glClear.
This commit is contained in:
Simon Ser 2021-04-19 17:32:07 +02:00
parent fd7e565ce3
commit 83670fce65
6 changed files with 7 additions and 20 deletions

View file

@ -1,6 +1,5 @@
#define _POSIX_C_SOURCE 200112L
#include <drm_fourcc.h>
#include <GLES2/gl2.h>
#include <getopt.h>
#include <math.h>
#include <stdio.h>