mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 06:32:56 +00:00
Update 32bit.glsl
This commit is contained in:
parent
41f13f9c99
commit
c3864db4b3
@ -10,9 +10,9 @@ void main()
|
||||
//Change this number to increase the pixel size.
|
||||
float pixelSize = 2.0;
|
||||
|
||||
float red = 0.0;
|
||||
float green = 0.0;
|
||||
float blue = 0.0;
|
||||
float red = 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