// // Copyright 2020 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. // // WindowSurfaceVkSimple.cpp: // Implements the class methods for WindowSurfaceVkSimple. // #include "WindowSurfaceVkSimple.h" #include "libANGLE/renderer/vulkan/vk_renderer.h" namespace rx { WindowSurfaceVkSimple::WindowSurfaceVkSimple(const egl::SurfaceState &surfaceState, EGLNativeWindowType window) : … { … } WindowSurfaceVkSimple::~WindowSurfaceVkSimple() { … } angle::Result WindowSurfaceVkSimple::createSurfaceVk(vk::Context *context, gl::Extents *extentsOut) { … } angle::Result WindowSurfaceVkSimple::getCurrentWindowSize(vk::Context *context, gl::Extents *extentsOut) { … } } // namespace rx