Files
Ink-Shader-Language/test/semant/empty_vertex_main_with_position_parameter.golden
2024-06-09 21:34:23 +02:00

7 lines
139 B
Plaintext

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