blob: 7b0f52b7f140213fe591705a6ea87a0d66c12482 [file] [log] [blame]
SKIP: FAILED
float4 main() {
return float4(1.0f, 2.0f, 3.0f, 4.0f);
}
DXC validation failure:
hlsl.hlsl:1:1: error: Semantic must be defined for all outputs of an entry function or patch constant function
float4 main() {
^