blob: 58730421952f48fffe797f7bcfb9c443877f6573 [file] [log] [blame]
alokp@chromium.org76b82082010-03-24 17:59:39 +00001//
zmo@google.com0b8d4eb2011-04-04 19:17:11 +00002// Copyright (c) 2002-2011 The ANGLE Project Authors. All rights reserved.
alokp@chromium.org76b82082010-03-24 17:59:39 +00003// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5//
6
daniel@transgaming.combbf56f72010-04-20 18:52:13 +00007#include "compiler/OutputGLSL.h"
alokp@chromium.org76b82082010-03-24 17:59:39 +00008
daniel@transgaming.com0aa3b5a2012-11-28 19:43:24 +00009TOutputGLSL::TOutputGLSL(TInfoSinkBase& objSink,
10 ShHashFunction64 hashFunction,
11 NameMap& nameMap,
12 TSymbolTable& symbolTable)
13 : TOutputGLSLBase(objSink, hashFunction, nameMap, symbolTable)
alokp@chromium.org76b82082010-03-24 17:59:39 +000014{
15}
16
zmo@google.com5601ea02011-06-10 18:23:25 +000017bool TOutputGLSL::writeVariablePrecision(TPrecision)
alokp@chromium.org76b82082010-03-24 17:59:39 +000018{
alokp@chromium.org76b82082010-03-24 17:59:39 +000019 return false;
20}