11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
#add_define UV
|
|
|
|
VSInput :: struct {
|
|
position : float2 @position;
|
|
color : float4 @color;
|
|
|
|
#if Env.UV {
|
|
uv : float2 @UV;
|
|
}
|
|
}
|