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

Unified Diff: gpu/vulkan/vulkan_implementation.h

Issue 1892303003: Added the Vulkan Context Provider implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export VulkanContextProvider Created 4 years, 8 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/tests/vulkan_tests_main.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 83d0eb834fe31e2fb7e19d2826ed7b9a7665f480..b669316e255f46a42edce3123df553856f720691 100644
--- a/gpu/vulkan/vulkan_implementation.h
+++ b/gpu/vulkan/vulkan_implementation.h
@@ -7,11 +7,13 @@
#include <vulkan/vulkan.h>
+#include "gpu/vulkan/vulkan_export.h"
namespace gpu {
class VulkanCommandPool;
-bool InitializeVulkan();
+VULKAN_EXPORT bool InitializeVulkan();
+VULKAN_EXPORT bool VulkanSupported();
VkInstance GetVulkanInstance();
« no previous file with comments | « gpu/vulkan/tests/vulkan_tests_main.cc ('k') | gpu/vulkan/vulkan_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698