4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
vertex main :: (pos : float3 @position) -> float3 {
|
|
return pos;
|
|
}
|
vertex main :: (pos : float3 @position) -> float3 {
|
|
return pos;
|
|
}
|