blob: 7f538d5b17fbfb3aea3d1f282d11507b8b8f4a55 [file] [log] [blame]
SKIP: FAILED
struct f_inputs {
float4 fbf;
float4 a : TEXCOORD0;
nointerpolation float4 b : TEXCOORD1;
};
void g(float a, float b, float c) {
}
void f_inner(float4 a, float4 b, float4 fbf) {
g(a[0u], b[1u], fbf[0u]);
}
void f(f_inputs inputs) {
f_inner(inputs.a, inputs.b, inputs.fbf);
}
FXC validation failure:
<scrubbed_path>(15,17-22): error X3502: 'f': input parameter 'inputs' missing semantics
tint executable returned error: exit status 1