// // 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. // // ShaderImpl.cpp: Implementation methods of ShaderImpl #include "libANGLE/renderer/ShaderImpl.h" #include "libANGLE/Context.h" #include "libANGLE/trace.h" namespace rx { bool ShaderTranslateTask::translate(ShHandle compiler, const ShCompileOptions &options, const std::string &source) { … } angle::Result ShaderImpl::onLabelUpdate(const gl::Context *context) { … } } // namespace rx