mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Add WebGL2 renderer
This commit is contained in:
5
src/modules/player/shaders/clarity_boost.vert
Normal file
5
src/modules/player/shaders/clarity_boost.vert
Normal file
@@ -0,0 +1,5 @@
|
||||
attribute vec2 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(position, 0, 1);
|
||||
}
|
Reference in New Issue
Block a user