Files
Ink/test/hint_in_struct.ink

11 lines
132 B
Plaintext

#add_define UV
VSInput :: struct {
position : float2 @position;
color : float4 @color;
#if Env.UV {
uv : float2 @UV;
}
}