Files
Ink-Shader-Language/test/struct_with_multiple_members.shd
2024-06-09 21:34:23 +02:00

6 lines
69 B
Plaintext

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