mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-30 09:30:49 +00:00
shaders/cccalibrator: Fix GLSL compile error
This commit is contained in:
parent
faa016eaee
commit
7ca0d357cb
@ -81,7 +81,7 @@ void main()
|
||||
|
||||
|
||||
float2 texcoord = GetCoordinates();
|
||||
float2 time = GetTime();
|
||||
float2 time = float2(GetTime());
|
||||
// int FrameCount = GetFrameCount();
|
||||
float4 color = Sample();
|
||||
// float brightness_scale = GetOption(BRIGHTNESS_SCALE);
|
||||
|
Loading…
Reference in New Issue
Block a user