blob: 08250a308cd8386de0308836f0ae3652b1521efd [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/ui/lib/escher/escher_process_init.h"
#include "glslang/Public/ShaderLang.h"
namespace escher {
void GlslangInitializeProcess() { glslang::InitializeProcess(); }
void GlslangFinalizeProcess() { glslang::FinalizeProcess(); }
} // namespace escher