Hash :
5dba723d
Author :
Date :
2020-06-16T09:29:16
Add newline-eof to warnings Bug: angleproject:4757 Change-Id: I8ff6cb1277bf31ed8d6af667aa59ab8029633fe0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2247488 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>
//
// Copyright 2019 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.
//
// CompilerMtl.mm:
// Implements the class methods for CompilerMtl.
//
#include "libANGLE/renderer/metal/CompilerMtl.h"
#include "common/debug.h"
namespace rx
{
CompilerMtl::CompilerMtl() : CompilerImpl() {}
CompilerMtl::~CompilerMtl() {}
ShShaderOutput CompilerMtl::getTranslatorOutputType() const
{
return SH_GLSL_METAL_OUTPUT;
}
} // namespace rx