blob: 2bce3faa50f6329b2a9d59470e70e1cda1bfdb30 [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision highp float;
precision highp int;
struct buf0 {
vec2 resolution;
};
struct main_out {
vec4 x_GLF_color_1;
};
vec4 tint_symbol = vec4(0.0f);
layout(binding = 0, std140)
uniform tint_symbol_4_1_ubo {
buf0 tint_symbol_3;
} v;
vec4 x_GLF_color = vec4(0.0f);
layout(location = 0) out vec4 tint_symbol_1_loc0_Output;
float cross2d_vf2_vf2_(inout vec2 a, inout vec2 b) {
float x_76 = a.x;
float x_78 = b.y;
float x_81 = b.x;
float x_83 = a.y;
return ((x_76 * x_78) - (x_81 * x_83));
}
int pointInTriangle_vf2_vf2_vf2_vf2_(inout vec2 p, inout vec2 a_1, inout vec2 b_1, inout vec2 c) {
float pab = 0.0f;
vec2 param = vec2(0.0f);
vec2 param_1 = vec2(0.0f);
float pbc = 0.0f;
vec2 param_2 = vec2(0.0f);
vec2 param_3 = vec2(0.0f);
float pca = 0.0f;
vec2 param_4 = vec2(0.0f);
vec2 param_5 = vec2(0.0f);
bool x_145 = false;
bool x_185 = false;
bool x_146_phi = false;
bool x_186_phi = false;
float x_88 = p.x;
float x_90 = a_1.x;
float x_93 = p.y;
float x_95 = a_1.y;
float x_99 = b_1.x;
float x_101 = a_1.x;
float x_104 = b_1.y;
float x_106 = a_1.y;
param = vec2((x_88 - x_90), (x_93 - x_95));
param_1 = vec2((x_99 - x_101), (x_104 - x_106));
float x_109 = cross2d_vf2_vf2_(param, param_1);
pab = x_109;
float x_111 = p.x;
float x_113 = b_1.x;
float x_116 = p.y;
float x_118 = b_1.y;
float x_122 = c.x;
float x_124 = b_1.x;
float x_127 = c.y;
float x_129 = b_1.y;
param_2 = vec2((x_111 - x_113), (x_116 - x_118));
param_3 = vec2((x_122 - x_124), (x_127 - x_129));
float x_132 = cross2d_vf2_vf2_(param_2, param_3);
pbc = x_132;
float x_133 = pab;
float x_135 = pbc;
bool x_137 = ((x_133 < 0.0f) & (x_135 < 0.0f));
x_146_phi = x_137;
if (!(x_137)) {
float x_141 = pab;
float x_143 = pbc;
x_145 = ((x_141 >= 0.0f) & (x_143 >= 0.0f));
x_146_phi = x_145;
}
bool x_146 = x_146_phi;
if (!(x_146)) {
return 0;
}
float x_151 = p.x;
float x_153 = c.x;
float x_156 = p.y;
float x_158 = c.y;
float x_162 = a_1.x;
float x_164 = c.x;
float x_167 = a_1.y;
float x_169 = c.y;
param_4 = vec2((x_151 - x_153), (x_156 - x_158));
param_5 = vec2((x_162 - x_164), (x_167 - x_169));
float x_172 = cross2d_vf2_vf2_(param_4, param_5);
pca = x_172;
float x_173 = pab;
float x_175 = pca;
bool x_177 = ((x_173 < 0.0f) & (x_175 < 0.0f));
x_186_phi = x_177;
if (!(x_177)) {
float x_181 = pab;
float x_183 = pca;
x_185 = ((x_181 >= 0.0f) & (x_183 >= 0.0f));
x_186_phi = x_185;
}
bool x_186 = x_186_phi;
if (!(x_186)) {
return 0;
}
return 1;
}
void main_1() {
vec2 pos = vec2(0.0f);
vec2 param_6 = vec2(0.0f);
vec2 param_7 = vec2(0.0f);
vec2 param_8 = vec2(0.0f);
vec2 param_9 = vec2(0.0f);
vec4 x_63 = tint_symbol;
vec2 x_66 = v.tint_symbol_3.resolution;
pos = (vec2(x_63[0u], x_63[1u]) / x_66);
vec2 x_68 = pos;
param_6 = x_68;
param_7 = vec2(0.69999998807907104492f, 0.30000001192092895508f);
param_8 = vec2(0.5f, 0.89999997615814208984f);
param_9 = vec2(0.10000000149011611938f, 0.40000000596046447754f);
int x_69 = pointInTriangle_vf2_vf2_vf2_vf2_(param_6, param_7, param_8, param_9);
if ((x_69 == 1)) {
x_GLF_color = vec4(1.0f, 0.0f, 0.0f, 1.0f);
} else {
x_GLF_color = vec4(0.0f, 0.0f, 0.0f, 1.0f);
}
}
main_out tint_symbol_1_inner(vec4 tint_symbol_2) {
tint_symbol = tint_symbol_2;
main_1();
return main_out(x_GLF_color);
}
void main() {
tint_symbol_1_loc0_Output = tint_symbol_1_inner(gl_FragCoord).x_GLF_color_1;
}
error: Error parsing GLSL shader:
ERROR: 0:68: '&' : wrong operand types: no operation '&' exists that takes a left-hand operand of type ' temp bool' and a right operand of type ' temp bool' (or there is no acceptable conversion)
ERROR: 0:68: '' : compilation terminated
ERROR: 2 compilation errors. No code generated.
tint executable returned error: exit status 1