blob: 4ca0c1f0c7200474e3d9b585e54713f721a832ad [file] [log] [blame]
void distance_9646ea() {
float res = distance(float4(0.0f, 0.0f, 0.0f, 0.0f), float4(0.0f, 0.0f, 0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
distance_9646ea();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
distance_9646ea();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
distance_9646ea();
return;
}