Test WebGL2 shader

This commit is contained in:
redphx
2024-10-12 11:14:55 +07:00
parent 71dcaf4b07
commit 0164423e45
5 changed files with 24 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
attribute vec4 position;
#version 300 es
in vec4 position;
void main() {
gl_Position = position;