Optimize Clarity Boost shader

This commit is contained in:
redphx
2024-10-10 17:28:19 +07:00
parent 97fb7a114f
commit baa22dbefc
7 changed files with 344 additions and 347 deletions

View File

@@ -1,5 +1,5 @@
attribute vec2 position;
attribute vec4 position;
void main() {
gl_Position = vec4(position, 0, 1);
gl_Position = position;
}