This commit is contained in:
2025-09-21 20:32:06 +02:00
parent 13bcba1c5b
commit 432f05cc56
15 changed files with 174 additions and 131 deletions
+9
View File
@@ -0,0 +1,9 @@
// OUT
// ---
in vec2 vUV;
out vec4 fragColor;
void main() {
fragColor = texture(tex0, vUV);
}