public static vec4 mix(vec4 left, vec4 right, float alpha) { throw new NotImplementedException(); }
public static float dot(vec4 left, vec4 right) { throw new NotImplementedException(); }