Index: src/gpu/vk/GrVkUtil.h |
diff --git a/src/gpu/vk/GrVkUtil.h b/src/gpu/vk/GrVkUtil.h |
index 4e03c751a8621ad3f1efa036459c21209b356eca..c2227ec02d73112b42bdfb7de4c1df4c847f4735 100644 |
--- a/src/gpu/vk/GrVkUtil.h |
+++ b/src/gpu/vk/GrVkUtil.h |
@@ -30,6 +30,11 @@ |
*/ |
bool GrPixelConfigToVkFormat(GrPixelConfig config, VkFormat* format); |
+/** |
+* Returns the GrPixelConfig for the given vulkan texture format |
+*/ |
+bool GrVkFormatToPixelConfig(VkFormat format, GrPixelConfig* config); |
+ |
bool GrSampleCountToVkSampleCount(uint32_t samples, VkSampleCountFlagBits* vkSamples); |
#endif |