blob: 2736edd301b4061eb80e9d81a705bdbc1d9e98ad [file] [log] [blame]
void dot_0c577b() {
float res = dot(float4(0.0f, 0.0f, 0.0f, 0.0f), float4(0.0f, 0.0f, 0.0f, 0.0f));
}
void vertex_main() {
dot_0c577b();
return;
}
void fragment_main() {
dot_0c577b();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
dot_0c577b();
return;
}