9 lines
125 B
HLSL
9 lines
125 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void unused_entry_point() {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void f() {
|
||
|
vector<float16_t, 2> v = (float16_t(0.0h)).xx;
|
||
|
}
|