Files
Ink-Shader-Language/test/struct_with_multiple_members.ink

6 lines
69 B
Plaintext

Foo :: struct {
color : float4;
pos : float2;
uv : float2;
}