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