Index: include/gpu/GrCaps.h |
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h |
index 60f213950ebf1b843bc5d5fc48290a2f6d758e8a..226441a4320986a9109455c4a5b656f1b94a22a8 100644 |
--- a/include/gpu/GrCaps.h |
+++ b/include/gpu/GrCaps.h |
@@ -234,6 +234,7 @@ public: |
virtual bool isConfigTexturable(GrPixelConfig config) const = 0; |
virtual bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const = 0; |
+ virtual bool isConfigTexSupportEnabled(GrPixelConfig config) const = 0; |
bsalomon
2016/02/27 14:18:54
We shouldn't need to expose this at the GrCaps lev
cblume
2016/02/28 02:44:42
Done.
|
bool suppressPrints() const { return fSuppressPrints; } |