mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
Update 16bit.glsl
This commit is contained in:
parent
d2a74bf294
commit
dd91d86095
@ -12,8 +12,8 @@ void main()
|
||||
float pixelSize = 3.0;
|
||||
|
||||
float red = 0.0;
|
||||
float green = 0.0;
|
||||
float blue = 0.0;
|
||||
float green = 0.0;
|
||||
float blue = 0.0;
|
||||
|
||||
vec2 pos = floor(uv0 * resolution.xy / pixelSize) * pixelSize * resolution.zw;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user