mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:17:44 +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,15 @@
|
|||
TranslationUnit[0:0->0:24]
|
||||
FunctionDeclaration[0:0->0:24]
|
||||
Type[0:0->0:2]
|
||||
int
|
||||
main
|
||||
(
|
||||
Parameter[0:9->0:13]
|
||||
a
|
||||
Type[0:9->0:11]
|
||||
int
|
||||
Parameter[0:16->0:22]
|
||||
b
|
||||
Type[0:16->0:20]
|
||||
float
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue