mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-18 10:09:32 +02:00
Add WebGPU renderer (#648)
This commit is contained in:
7
src/modules/player/webgl2/shaders/clarity-boost.vert
Executable file
7
src/modules/player/webgl2/shaders/clarity-boost.vert
Executable file
@@ -0,0 +1,7 @@
|
||||
#version 300 es
|
||||
|
||||
in vec4 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = position;
|
||||
}
|
Reference in New Issue
Block a user