Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: gpu/vulkan/vulkan_implementation.h

Issue 2532763002: gpu: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef GPU_VULKAN_VULKAN_IMPLEMENTATION_H_ 5 #ifndef GPU_VULKAN_VULKAN_IMPLEMENTATION_H_
6 #define GPU_VULKAN_VULKAN_IMPLEMENTATION_H_ 6 #define GPU_VULKAN_VULKAN_IMPLEMENTATION_H_
7 7
8 #include <vulkan/vulkan.h> 8 #include <vulkan/vulkan.h>
9 9
10 #include "gpu/vulkan/vulkan_export.h" 10 #include "gpu/vulkan/vulkan_export.h"
11 namespace gpu { 11 namespace gpu {
12 12
13 class VulkanCommandPool;
14
15 VULKAN_EXPORT bool InitializeVulkan(); 13 VULKAN_EXPORT bool InitializeVulkan();
16 VULKAN_EXPORT bool VulkanSupported(); 14 VULKAN_EXPORT bool VulkanSupported();
17 15
18 VkInstance GetVulkanInstance(); 16 VkInstance GetVulkanInstance();
19 17
20 } // namespace gpu 18 } // namespace gpu
21 19
22 #endif // GPU_VULKAN_VULKAN_WSI_API_IMPLEMENTATION_H_ 20 #endif // GPU_VULKAN_VULKAN_WSI_API_IMPLEMENTATION_H_
OLDNEW
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698