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

Unified Diff: gpu/vulkan/vulkan_implementation.h

Issue 1829163003: Added initial implementation of the Vulkan Context Provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vk_surface_patch
Patch Set: Block off vulkan_cc with enable_vulkan (not relevant in future patch) Created 4 years, 9 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/vulkan/vulkan_image_view.cc ('k') | gpu/vulkan/vulkan_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/vulkan/vulkan_implementation.h
diff --git a/gpu/vulkan/vulkan_implementation.h b/gpu/vulkan/vulkan_implementation.h
index 8bdb500652e54d7ee23b3a28b1f1b378a6375ff8..fa8639d6d846fbea8138279b73f5211ddb580f49 100644
--- a/gpu/vulkan/vulkan_implementation.h
+++ b/gpu/vulkan/vulkan_implementation.h
@@ -16,11 +16,6 @@ class VulkanCommandPool;
bool InitializeVulkan();
VkInstance GetVulkanInstance();
-VkPhysicalDevice GetVulkanPhysicalDevice();
-VkDevice GetVulkanDevice();
-VkQueue GetVulkanQueue();
-
-scoped_ptr<VulkanCommandPool> CreateCommandPool();
} // namespace gpu
« no previous file with comments | « gpu/vulkan/vulkan_image_view.cc ('k') | gpu/vulkan/vulkan_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698