blob: 32ef98618a9f090ac06d2820234bb54e0b0b2c8f [file] [log] [blame]
SKIP: FAILED
struct f_inputs {
float4 fbf;
};
void g(float a) {
}
void f_inner(float4 fbf) {
g(fbf[1u]);
}
void f(f_inputs inputs) {
f_inner(inputs.fbf);
}
DXC validation failure:
hlsl.hlsl:13:1: error: Semantic must be defined for all parameters of an entry function or patch constant function
void f(f_inputs inputs) {
^