[client] egl: remove deprecated BGR members and logic

This commit is contained in:
Geoffrey McRae
2023-11-08 14:24:37 +11:00
parent 4aba15f31c
commit 3af2cf54d6
4 changed files with 6 additions and 19 deletions

View File

@@ -37,10 +37,6 @@ typedef struct EGL_TexFormat
size_t dataSize;
size_t width , height;
size_t stride, pitch;
// for 24-bit BGR these are the physical adjusted values to get mapping working
size_t bufferSize;
size_t bufferPitch;
}
EGL_TexFormat;