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

12 lines
256 B
Plaintext

scope (global) [
[foo] : () -> int
[vertex__vs_main] : ()
[bar] : () -> float
scope (foo) []
scope (bar) []
scope (vertex__vs_main) [
[x] : int
[y] : float
]
]