diff options
Diffstat (limited to 'src/sksl/SkSLUtil.h')
-rw-r--r-- | src/sksl/SkSLUtil.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sksl/SkSLUtil.h b/src/sksl/SkSLUtil.h index efff74c37a..60979bbd30 100644 --- a/src/sksl/SkSLUtil.h +++ b/src/sksl/SkSLUtil.h @@ -105,10 +105,6 @@ public: return true; } - bool texelFetchSupport() const { - return true; - } - bool imageLoadStoreSupport() const { return true; } @@ -306,7 +302,6 @@ public: result->fExternalTextureSupport = true; result->fFBFetchSupport = false; result->fDropsTileOnZeroDivide = true; - result->fTexelFetchSupport = true; result->fCanUseAnyFunctionInShader = false; return result; } |