2022-12-01 13:41:56 +00:00
|
|
|
[numthreads(1, 1, 1)]
|
|
|
|
void unused_entry_point() {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
void f() {
|
|
|
|
{
|
2022-12-08 20:45:54 +00:00
|
|
|
const int vec3f_1 = 1;
|
|
|
|
const int b = vec3f_1;
|
2022-12-01 13:41:56 +00:00
|
|
|
}
|
|
|
|
const float3 c = (0.0f).xxx;
|
|
|
|
const float3 d = (0.0f).xxx;
|
|
|
|
}
|