blob: ecfc371d95a5c0f4c4259482ff99df5953a86d1d [file] [log] [blame]
void exp2_1f8680() {
float3 arg_0 = (1.0f).xxx;
float3 res = exp2(arg_0);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
exp2_1f8680();
return (0.0f).xxxx;
}
tint_symbol vertex_main() {
const float4 inner_result = vertex_main_inner();
tint_symbol wrapper_result = (tint_symbol)0;
wrapper_result.value = inner_result;
return wrapper_result;
}
void fragment_main() {
exp2_1f8680();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
exp2_1f8680();
return;
}