| 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];
|
|
|