From 96ca048856cf961acf10e039f6a122ee683fc29b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 30 Mar 2025 04:47:30 +0200 Subject: Compute shader: add support for external texture, color component swapping (bgr to rgb) --- include/color_conversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/color_conversion.h b/include/color_conversion.h index 37eeb8e..6daf36f 100644 --- a/include/color_conversion.h +++ b/include/color_conversion.h @@ -6,7 +6,7 @@ #include "vec2.h" #include -#define GSR_COLOR_CONVERSION_MAX_SHADERS 3 +#define GSR_COLOR_CONVERSION_MAX_SHADERS 6 typedef enum { GSR_COLOR_RANGE_LIMITED, -- cgit v1.2.3-70-g09d2