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

7 lines
139 B
Plaintext

scope (global) [
[vertex__vs_main] : (pos : float3) -> float3
scope (vertex__vs_main) [
[pos] : float3
]
]