equal returns a boolean vector in which each element i is computed
as x[i] == y[i].
x Type: float y Type: float
Type: bool
JSON
{
"Type": "equal(float,float)",
"Name": "equal(float,float)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "float"
},
{
"Connection": null,
"Id": "y",
"Type": "float"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bool"
}
]
}
x Type: vec2 y Type: vec2
Type: bvec2
JSON
{
"Type": "equal(vec2,vec2)",
"Name": "equal(vec2,vec2)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "vec2"
},
{
"Connection": null,
"Id": "y",
"Type": "vec2"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bvec2"
}
]
}
x Type: vec3 y Type: vec3
Type: bvec3
JSON
{
"Type": "equal(vec3,vec3)",
"Name": "equal(vec3,vec3)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "vec3"
},
{
"Connection": null,
"Id": "y",
"Type": "vec3"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bvec3"
}
]
}
x Type: vec4 y Type: vec4
Type: bvec4
JSON
{
"Type": "equal(vec4,vec4)",
"Name": "equal(vec4,vec4)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "vec4"
},
{
"Connection": null,
"Id": "y",
"Type": "vec4"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bvec4"
}
]
}
x Type: ivec2 y Type: ivec2
Type: bvec2
JSON
{
"Type": "equal(ivec2,ivec2)",
"Name": "equal(ivec2,ivec2)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "ivec2"
},
{
"Connection": null,
"Id": "y",
"Type": "ivec2"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bvec2"
}
]
}
x Type: ivec3 y Type: ivec3
Type: bvec3
JSON
{
"Type": "equal(ivec3,ivec3)",
"Name": "equal(ivec3,ivec3)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "ivec3"
},
{
"Connection": null,
"Id": "y",
"Type": "ivec3"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bvec3"
}
]
}
x Type: ivec4 y Type: ivec4
Type: bvec4
JSON
{
"Type": "equal(ivec4,ivec4)",
"Name": "equal(ivec4,ivec4)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "x",
"Type": "ivec4"
},
{
"Connection": null,
"Id": "y",
"Type": "ivec4"
}
],
"OutputPins": [
{
"Id": "",
"Type": "bvec4"
}
]
}