dawn-cmake/test/intrinsics/gen/ldexp/a31cdc.wgsl.expected.hlsl

25 lines
414 B
HLSL

void ldexp_a31cdc() {
float3 res = ldexp(float3(0.0f, 0.0f, 0.0f), int3(0, 0, 0));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
ldexp_a31cdc();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
ldexp_a31cdc();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
ldexp_a31cdc();
return;
}