| Index: src/gpu/vk/GrVkExtensions.h
|
| diff --git a/src/gpu/vk/GrVkExtensions.h b/src/gpu/vk/GrVkExtensions.h
|
| index 93b258e73ac10c5ad00e0f66dd0c503d7cc99f9a..6c395fdddd084b43cd459c5641c329da43befcbb 100644
|
| --- a/src/gpu/vk/GrVkExtensions.h
|
| +++ b/src/gpu/vk/GrVkExtensions.h
|
| @@ -13,7 +13,7 @@
|
| #include "vk/GrVkDefines.h"
|
|
|
| /**
|
| - * This helper queries the Vulkan driver for available extensions and layers, remembers them,
|
| + * This helper queries the Vulkan driver for available extensions and layers, remembers them,
|
| * and can be queried. It supports queries for both instance and device extensions and layers.
|
| */
|
| class SK_API GrVkExtensions {
|
| @@ -22,7 +22,7 @@ public:
|
| , fDeviceExtensionStrings(new SkTArray<SkString>)
|
| , fInstanceLayerStrings(new SkTArray<SkString>)
|
| , fDeviceLayerStrings(new SkTArray<SkString>) {}
|
| -
|
| +
|
| bool initInstance(uint32_t specVersion);
|
| bool initDevice(uint32_t specVersion, VkInstance, VkPhysicalDevice);
|
|
|
|
|