| struct frexp_result_f16 { |
| struct vertex_main_outputs { |
| float4 VertexOutput_pos : SV_Position; |
| float16_t arg_0 = float16_t(1.0h); |
| frexp_result_f16 res = frexp(arg_0); |
| VertexOutput vertex_main_inner() { |
| VertexOutput tint_symbol = (VertexOutput)0; |
| tint_symbol.pos = (0.0f).xxxx; |
| VertexOutput v = tint_symbol; |
| vertex_main_outputs vertex_main() { |
| VertexOutput v_1 = vertex_main_inner(); |
| vertex_main_outputs v_2 = {v_1.pos}; |
| hlsl.hlsl:17:26: error: use of undeclared identifier 'frexp' |
| frexp_result_f16 res = frexp(arg_0); |
| tint executable returned error: exit status 1 |