chromium/third_party/angle/src/libANGLE/renderer/vulkan/linux/DeviceVkLinux.cpp

//
// Copyright 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.
//
// DeviceVkLinux.cpp:
//    Implements the class methods for DeviceVkLinux.
//

#include "libANGLE/renderer/vulkan/linux/DeviceVkLinux.h"

#include <unistd.h>

#include "common/debug.h"
#include "common/vulkan/vulkan_icd.h"
#include "libANGLE/Display.h"
#include "libANGLE/renderer/vulkan/DisplayVk.h"
#include "libANGLE/renderer/vulkan/vk_renderer.h"

namespace rx
{

DeviceVkLinux::DeviceVkLinux(DisplayVk *display) :{}

egl::Error DeviceVkLinux::initialize()
{}

void DeviceVkLinux::generateExtensions(egl::DeviceExtensions *outExtensions) const
{}

const std::string DeviceVkLinux::getDeviceString(EGLint name)
{}

}  // namespace rx