blob: 8a29b44dff9ab391750425ef027733af5477a22c [file] [log] [blame]
SKIP: FAILED
float4 main() {
return float4(0.10000000149011611938f, 0.20000000298023223877f, 0.30000001192092895508f, 0.40000000596046447754f);
}
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() {
^