| struct modf_result_vec4 { |
| modf_result_vec4 tint_modf(vec4 param_0) { |
| result.fract = modf(param_0, result.whole); |
| modf_result_vec4 res = tint_modf(vec4(0.0f, 0.0f, 0.0f, 0.0f)); |
| return vec4(0.0f, 0.0f, 0.0f, 0.0f); |
| vec4 inner_result = vertex_main(); |
| gl_Position = inner_result; |
| gl_Position.y = -(gl_Position.y); |
| gl_Position.z = ((2.0f * gl_Position.z) - gl_Position.w); |
| struct modf_result_vec4 { |
| modf_result_vec4 tint_modf(vec4 param_0) { |
| result.fract = modf(param_0, result.whole); |
| modf_result_vec4 res = tint_modf(vec4(0.0f, 0.0f, 0.0f, 0.0f)); |
| struct modf_result_vec4 { |
| modf_result_vec4 tint_modf(vec4 param_0) { |
| result.fract = modf(param_0, result.whole); |
| modf_result_vec4 res = tint_modf(vec4(0.0f, 0.0f, 0.0f, 0.0f)); |
| layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in; |