michael@0: // michael@0: // Copyright (c) 2010 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: struct TParseContext; michael@0: extern int glslang_initialize(TParseContext* context); michael@0: extern int glslang_finalize(TParseContext* context); michael@0: michael@0: extern int glslang_scan(size_t count, michael@0: const char* const string[], michael@0: const int length[], michael@0: TParseContext* context); michael@0: extern int glslang_parse(TParseContext* context); michael@0: