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

Unified Diff: src/gpu/vk/GrVkCaps.h

Issue 1834903003: Add WSI functions to GrVkInterface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add Android and Xlib 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
Index: src/gpu/vk/GrVkCaps.h
diff --git a/src/gpu/vk/GrVkCaps.h b/src/gpu/vk/GrVkCaps.h
index 649dce791886bfd887e13e9149e4357c43b60e18..a2c9f1f35dae22c08bcd7e10f830a5fa88b55870 100644
--- a/src/gpu/vk/GrVkCaps.h
+++ b/src/gpu/vk/GrVkCaps.h
@@ -10,7 +10,7 @@
#include "GrCaps.h"
#include "GrVkStencilAttachment.h"
-#include "vulkan/vulkan.h"
+#include "vk/GrVkDefines.h"
struct GrVkInterface;
class GrGLSLCaps;
@@ -75,9 +75,9 @@ private:
uint32_t featureFlags);
void initGLSLCaps(const VkPhysicalDeviceProperties&, uint32_t featureFlags);
void initSampleCount(const VkPhysicalDeviceProperties& properties);
- void initConfigRenderableTable(const GrVkInterface* interface, VkPhysicalDevice physDev);
- void initConfigTexturableTable(const GrVkInterface* interface, VkPhysicalDevice physDev);
- void initStencilFormats(const GrVkInterface* interface, VkPhysicalDevice physDev);
+ void initConfigRenderableTable(const GrVkInterface* iface, VkPhysicalDevice physDev);
+ void initConfigTexturableTable(const GrVkInterface* iface, VkPhysicalDevice physDev);
+ void initStencilFormats(const GrVkInterface* iface, VkPhysicalDevice physDev);
bool fConfigTextureSupport[kGrPixelConfigCnt];

Powered by Google App Engine
This is Rietveld 408576698