| struct modf_result_vec3_f32 { |
| struct vertex_main_outputs { |
| float4 VertexOutput_pos : SV_Position; |
| float3 arg_0 = (-1.5f).xxx; |
| modf_result_vec3_f32 res = modf(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:30: error: use of undeclared identifier 'modf' |
| modf_result_vec3_f32 res = modf(arg_0); |
| tint executable returned error: exit status 1 |