michael@0: // michael@0: // Copyright (c) 2002-2012 The ANGLE Project Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: // michael@0: michael@0: #ifndef COMPILER_HASH_NAMES_H_ michael@0: #define COMPILER_HASH_NAMES_H_ michael@0: michael@0: #include michael@0: michael@0: #include "compiler/intermediate.h" michael@0: #include "GLSLANG/ShaderLang.h" michael@0: michael@0: #define HASHED_NAME_PREFIX "webgl_" michael@0: michael@0: typedef std::map NameMap; michael@0: michael@0: #endif // COMPILER_HASH_NAMES_H_