blob: 788429582088086b321c65ed13db6c1a50751ced [file] [log] [blame]
SKIP: FAILED
struct f_inputs {
float4 fbf;
float4 pos : SV_Position;
};
void g(float a, float b) {
}
void f_inner(float4 fbf, float4 pos) {
g(fbf[3u], pos[0u]);
}
void f(f_inputs inputs) {
f_inner(inputs.fbf, float4(inputs.pos.xyz, (1.0f / inputs.pos[3u])));
}
FXC validation failure:
<scrubbed_path>(14,17-22): error X3502: 'f': input parameter 'inputs' missing semantics
tint executable returned error: exit status 1