| struct frexp_result_f32 { |
| struct vertex_main_outputs { |
| float4 VertexOutput_pos : SV_Position; |
| frexp_result_f32 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}; |
| <scrubbed_path>(17,26-37): error X3013: 'frexp': no matching 1 parameter intrinsic function |
| <scrubbed_path>(17,26-37): error X3013: Possible intrinsic functions are: |
| <scrubbed_path>(17,26-37): error X3013: frexp(float|half, out float|half exp) |
| tint executable returned error: exit status 1 |