[client] egl: give pp filters the dimensions of all prior textures

This commit is contained in:
Geoffrey McRae
2021-08-09 22:02:07 +10:00
parent 062d18d5fa
commit 4eda01949d
2 changed files with 73 additions and 12 deletions

View File

@@ -145,6 +145,9 @@ struct EGL_Texture
bool postProcessed;
EGL_Model * model;
float scale;
void * bindData;
int bindDataSize;
};
bool egl_textureInit(EGL * egl, EGL_Texture ** texture, EGLDisplay * display,