// // Copyright 2021 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. // // libvulkan_loader.cpp: // Helper functions for the loading Vulkan libraries. // #include "common/vulkan/libvulkan_loader.h" #include "common/system_utils.h" namespace angle { namespace vk { void *OpenLibVulkan() { … } } // namespace vk } // namespace angle