| #version 310 es | |
| int tint_div_i32(int lhs, int rhs) { | |
| return (lhs / ((((rhs == 0) | ((lhs == (-2147483647 - 1)) & (rhs == -1)))) ? (1) : (rhs))); | |
| } | |
| void foo() { | |
| int a = 0; | |
| vec4 b = vec4(0.0f); | |
| mat2 c = mat2(vec2(0.0f), vec2(0.0f)); | |
| a = tint_div_i32(a, 2); | |
| b = (b * mat4(vec4(0.0f), vec4(0.0f), vec4(0.0f), vec4(0.0f))); | |
| c = (c * 2.0f); | |
| } | |
| layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in; | |
| void main() { | |
| } |