zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OutputESSL.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2002-2011 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6 
7 #ifndef CROSSCOMPILERGLSL_OUTPUTESSL_H_
8 #define CROSSCOMPILERGLSL_OUTPUTESSL_H_
9 
11 
13 {
14 public:
16  ShArrayIndexClampingStrategy clampingStrategy,
17  ShHashFunction64 hashFunction,
18  NameMap& nameMap,
19  TSymbolTable& symbolTable);
20 
21 protected:
23 };
24 
25 #endif // CROSSCOMPILERGLSL_OUTPUTESSL_H_
TInfoSinkBase & objSink()
khronos_uint64_t(* ShHashFunction64)(const char *, size_t)
Definition: ShaderLang.h:197
std::map< TPersistString, TPersistString > NameMap
Definition: HashNames.h:17
virtual bool writeVariablePrecision(TPrecision precision)
Definition: OutputESSL.cpp:18
ShArrayIndexClampingStrategy
Definition: ShaderLang.h:175
TOutputESSL(TInfoSinkBase &objSink, ShArrayIndexClampingStrategy clampingStrategy, ShHashFunction64 hashFunction, NameMap &nameMap, TSymbolTable &symbolTable)
Definition: OutputESSL.cpp:9
TPrecision
Definition: BaseTypes.h:13
GLenum GLint GLint * precision
Definition: glew.h:3391