zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OutputESSL.cpp
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 #include "compiler/OutputESSL.h"
8 
10  ShArrayIndexClampingStrategy clampingStrategy,
11  ShHashFunction64 hashFunction,
12  NameMap& nameMap,
13  TSymbolTable& symbolTable)
14  : TOutputGLSLBase(objSink, clampingStrategy, hashFunction, nameMap, symbolTable)
15 {
16 }
17 
19 {
20  if (precision == EbpUndefined)
21  return false;
22 
23  TInfoSinkBase& out = objSink();
24  out << getPrecisionString(precision);
25  return true;
26 }
TInfoSinkBase & objSink()
const char * getPrecisionString(TPrecision p)
Definition: BaseTypes.h:22
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