struct Data; struct Data { float4 color; } void vs_main() { Data d; float4 x = d.color; }