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

26 lines
415 B
HLSL
Raw Normal View History

struct tint_symbol {
float4 value : SV_Position;
};
void ldexp_a31cdc() {
float3 res = ldexp(float3(0.0f, 0.0f, 0.0f), int3(0, 0, 0));
}
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;
}