summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.h')
-rw-r--r--src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.h b/src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.h
deleted file mode 100644
index 1e53977c68..0000000000
--- a/src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.h
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// Copyright (c) 2002-2017 The ANGLE Project Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-//
-// The ValidateVaryingLocations function checks if there exists location conflicts on shader
-// varyings.
-//
-
-#ifndef COMPILER_TRANSLATOR_VALIDATEVARYINGLOCATIONS_H_
-#define COMPILER_TRANSLATOR_VALIDATEVARYINGLOCATIONS_H_
-
-#include "GLSLANG/ShaderVars.h"
-
-namespace sh
-{
-
-class TIntermBlock;
-class TDiagnostics;
-
-bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType);
-
-} // namespace sh
-
-#endif \ No newline at end of file