Fix merge glitches

This commit is contained in:
2024-07-20 21:48:33 +02:00
parent be9f5bd993
commit 934dd7b904
2 changed files with 0 additions and 26 deletions
-3
View File
@@ -81,9 +81,6 @@ compile_const bool c_need_color_pipeline =
c_color_pre_curve != SHADER_COLOR_CURVE_IDENTITY ||
c_color_mapping != SHADER_COLOR_MAPPING_IDENTITY;
compile_const bool c_need_color_pipeline =
c_color_pre_curve != SHADER_COLOR_CURVE_IDENTITY;
vec4
yuva2rgba(vec4 yuva)
{