[client] egl: rework egl to accomodate post-processing filtering

This commit is contained in:
Geoffrey McRae
2021-08-09 14:08:10 +10:00
parent 30ad28ffd1
commit 86d6b67337
21 changed files with 793 additions and 183 deletions

View File

@@ -22,6 +22,8 @@
#include "texture.h"
typedef struct EGL_TexSetup EGL_TexSetup;
typedef struct EGL_TexFormat
{
size_t bpp;