blob: 9517c4c3a12beb8e1832fdd50182bed4456a4d88 [file] [log] [blame]
SKIP: FAILED
void f() {
float16_t v = float16_t(0.0h);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}
FXC validation failure:
c:\src\dawn\Shader@0x0000014437E6F890(3,3-11): error X3000: unrecognized identifier 'float16_t'
c:\src\dawn\Shader@0x0000014437E6F890(3,13): error X3000: unrecognized identifier 'v'