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

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: fixed gyp file 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
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();

Powered by Google App Engine
This is Rietveld 408576698