mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibGLSL: Add tests for GLSL parser
This commit is contained in:
parent
29972876e4
commit
d160ff2f8d
24 changed files with 368 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
uniform vec3 u_Color;
|
||||
in vec3 i_VertexColor;
|
||||
out vec4 o_Color;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue