blob: 5ccc5b298c66171294d24879847884e5d731def5 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONSTANTS_GLSL_
#define CONSTANTS_GLSL_
const float kEhCloseEnough = 0.000001;
#endif