1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

LibGLSL: Add tests for GLSL parser

This commit is contained in:
Poseydon42 2023-07-23 23:10:25 +01:00 committed by Jelle Raaijmakers
parent 29972876e4
commit d160ff2f8d
24 changed files with 368 additions and 0 deletions

View file

@ -0,0 +1,13 @@
TranslationUnit[0:0->2:16]
VariableDeclaration[0:0->1:0]
Type[0:0->0:11]
uniform vec3
u_Color
VariableDeclaration[1:0->2:0]
Type[1:0->1:6]
in vec3
i_VertexColor
VariableDeclaration[2:0->2:16]
Type[2:0->2:7]
out vec4
o_Color