mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-21 12:26:32 +02:00
Test WebGL2 shader
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
attribute vec4 position;
|
||||
#version 300 es
|
||||
|
||||
in vec4 position;
|
||||
|
||||
void main() {
|
||||
gl_Position = position;
|
||||
|
Reference in New Issue
Block a user