Add Switch game framework target

This commit is contained in:
2026-06-09 00:52:04 +08:00
parent cc75b94c44
commit b78aaa5cad
10 changed files with 218 additions and 12 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
#version 330 core
#version 300 es
precision mediump float;
in vec2 v_texCoord;
in vec4 v_color;