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

6 lines
59 B
Plaintext

float3 vs_main(float3 pos : POSITION)
{
return pos;
}