mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Optimize Clarity Boost shader
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
attribute vec2 position;
|
||||
attribute vec4 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(position, 0, 1);
|
||||
gl_Position = position;
|
||||
}
|
||||
|
Reference in New Issue
Block a user