mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-15 16:16:10 +09:00
repurposed a 'minimal res' indicator to represent 'ui area' as it's no longer necessary to care about the minimal window size allowed
This commit is contained in:
@@ -32,9 +32,9 @@ vec2 patternsize = vec2(1.0/512.0, 1.0/512.0);
|
||||
|
||||
mat4 rgb_to_ycocg = mat4(
|
||||
0.25, 1.0, -0.5, 0.0,
|
||||
0.5, 0.0, 1.0, 0.0,
|
||||
0.5, 0.0, 1.0, 0.0,
|
||||
0.25, -1.0, -0.5, 0.0,
|
||||
0.0, 0.0, 0.0, 1.0
|
||||
0.0, 0.0, 0.0, 1.0
|
||||
);
|
||||
|
||||
mat4 ycocg_to_rgb = mat4(
|
||||
|
||||
@@ -29,9 +29,9 @@ vec2 boolean = vec2(0.0, 1.0);
|
||||
|
||||
mat4 rgb_to_ycocg = mat4(
|
||||
0.25, 1.0, -0.5, 0.0,
|
||||
0.5, 0.0, 1.0, 0.0,
|
||||
0.5, 0.0, 1.0, 0.0,
|
||||
0.25, -1.0, -0.5, 0.0,
|
||||
0.0, 0.0, 0.0, 1.0
|
||||
0.0, 0.0, 0.0, 1.0
|
||||
);
|
||||
|
||||
mat4 ycocg_to_rgb = mat4(
|
||||
|
||||
Reference in New Issue
Block a user