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

4 lines
67 B
Plaintext

vertex main :: (pos : float3 @position) -> float3 {
return pos;
}