Add a switch between SRGB and linear colors in the debayer shader

This commit is contained in:
Martijn Braam
2023-07-22 16:29:23 +02:00
parent c62ac5950f
commit 128a3696c4
6 changed files with 20 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
typedef struct _GLES2Debayer GLES2Debayer;
GLES2Debayer *gles2_debayer_new(int format);
GLES2Debayer *gles2_debayer_new(int format, uint32_t colorspace);
void gles2_debayer_free(GLES2Debayer *self);
void gles2_debayer_use(GLES2Debayer *self);