blob: 8a007a0130ba93f64be304aa3ecc847624f06ee9 [file] [log] [blame]
//
// Copyright 2002 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
#ifndef COMPILER_TRANSLATOR_TRANSLATORMETALDIRECT_TRANSLATOR_METAL_UTILS_H_
#define COMPILER_TRANSLATOR_TRANSLATORMETALDIRECT_TRANSLATOR_METAL_UTILS_H_
#include "common/angleutils.h"
#include "common/debug.h"
#include "compiler/translator/BaseTypes.h"
#include "compiler/translator/Common.h"
#include "compiler/translator/HashNames.h"
#include "compiler/translator/ImmutableString.h"
#include "compiler/translator/SymbolUniqueId.h"
#include "compiler/translator/Types.h"
namespace sh
{
const char *getBasicMetalString(const TType *t);
const char *getBuiltInMetalTypeNameString(const TType *t);
ImmutableString GetMetalTypeName(const TType &type,
ShHashFunction64 hashFunction,
NameMap *nameMap);
} // namespace sh
#endif // COMPILER_TRANSLATOR_TRANSLATORMETALDIRECT_TRANSLATOR_METAL_UTILS_H_