chore(platform): update opengl impl fns to versions in paoda/turbo

This commit is contained in:
2023-12-15 03:11:16 -06:00
parent d097dcc2f5
commit d54202bf8b
4 changed files with 31 additions and 88 deletions

View File

@@ -1,7 +1,6 @@
#version 330 core
out vec4 frag_color;
in vec3 color;
in vec2 uv;
uniform sampler2D screen;