Index: src/gpu/vk/GrVkCaps.cpp |
diff --git a/src/gpu/vk/GrVkCaps.cpp b/src/gpu/vk/GrVkCaps.cpp |
index 746499f9b0fd60efdf2552877a04a1b86ddcc2dd..db21cc2f82a862504dc4bba6288f9ed04d3e4fb7 100644 |
--- a/src/gpu/vk/GrVkCaps.cpp |
+++ b/src/gpu/vk/GrVkCaps.cpp |
@@ -21,6 +21,7 @@ GrVkCaps::GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface* |
* GrDrawTargetCaps fields |
**************************************************************************/ |
fMipMapSupport = true; // always available in Vulkan |
+ fSRGBSupport = true; // always available in Vulkan |
fNPOTTextureTileSupport = false; //TODO: figure this out |
fTwoSidedStencilSupport = true; // always available in Vulkan |
fStencilWrapOpsSupport = false; //TODO: figure this out |