| Index: include/gpu/vk/GrVkInterface.h
|
| diff --git a/include/gpu/vk/GrVkInterface.h b/include/gpu/vk/GrVkInterface.h
|
| index a6cfba73abbd2568b7a6c3fbadbb191ba4582f09..cfab979bd723af248b2ab167f4626d30995c92ab 100644
|
| --- a/include/gpu/vk/GrVkInterface.h
|
| +++ b/include/gpu/vk/GrVkInterface.h
|
| @@ -26,7 +26,8 @@ struct GrVkInterface;
|
| /**
|
| * Creates a GrVkInterface.
|
| */
|
| -const GrVkInterface* GrVkCreateInterface(VkInstance instance);
|
| +const GrVkInterface* GrVkCreateInterface(VkInstance instance, VkPhysicalDevice physDev,
|
| + VkDevice device);
|
|
|
|
|
| /**
|
|
|