Files
Ink-Shader-Language/test/check/function_call.golden

7 lines
130 B
Plaintext

scope (global) [
[foo] : () -> int
[vertex__vs_main] : ()
scope (foo) []
scope (vertex__vs_main) []
]