aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/vk/GrVkUtil.h')
-rw-r--r--src/gpu/vk/GrVkUtil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/vk/GrVkUtil.h b/src/gpu/vk/GrVkUtil.h
index 01688c8486..08eef1a1d0 100644
--- a/src/gpu/vk/GrVkUtil.h
+++ b/src/gpu/vk/GrVkUtil.h
@@ -44,12 +44,6 @@ bool GrVkFormatIsSupported(VkFormat);
*/
bool GrVkFormatPixelConfigPairIsValid(VkFormat, GrPixelConfig);
-/**
- * Returns true if the given vulkan texture format is sRGB encoded.
- * Also provides the non-sRGB version, if there is one.
- */
-bool GrVkFormatIsSRGB(VkFormat format, VkFormat* linearFormat);
-
bool GrSampleCountToVkSampleCount(uint32_t samples, VkSampleCountFlagBits* vkSamples);
bool GrCompileVkShaderModule(const GrVkGpu* gpu,