blob: 0a43c892be18afc7cc37930c16e82cf14b1d21cd [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float3 u = (1.0f).xxx;
void f() {
const uint3 v = uint3(u);
}