11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
vertex main :: (pos : float3 @position) -> float4 @position {
|
|
if 0 > 100 {
|
|
|
|
} else {
|
|
|
|
} else if 0 > 200 {
|
|
|
|
}
|
|
return float4(0.0);
|
|
}
|