Commit edc89d62 by Jamie Madill Committed by Commit Bot

Fix missing file license in HLSLCompiler.h.

BUG=angleproject:1576 Change-Id: I9fdd7a27944880383df53aa8468884ea2e99e670 Reviewed-on: https://chromium-review.googlesource.com/412422Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent eb979bfd
//
// Copyright (c) 2016 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.
//
// HLSLCompiler: Wrapper for the D3DCompiler DLL.
//
#ifndef LIBANGLE_RENDERER_D3D_HLSLCOMPILER_H_ #ifndef LIBANGLE_RENDERER_D3D_HLSLCOMPILER_H_
#define LIBANGLE_RENDERER_D3D_HLSLCOMPILER_H_ #define LIBANGLE_RENDERER_D3D_HLSLCOMPILER_H_
...@@ -53,4 +61,4 @@ class HLSLCompiler : angle::NonCopyable ...@@ -53,4 +61,4 @@ class HLSLCompiler : angle::NonCopyable
} }
#endif // LIBANGLE_RENDERER_D3D_HLSLCOMPILER_H_ #endif // LIBANGLE_RENDERER_D3D_HLSLCOMPILER_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment