aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ir
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2016-11-28 12:03:26 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-28 17:53:44 +0000
commit2b3dab62bccdbf6244aef9103e9e739147af8616 (patch)
tree989120c1cd65a242045a07ff2e1b4f3b6c9ef521 /src/sksl/ir
parent343b6772b6cf4715ec1e1f7f604289c0c852a2a7 (diff)
removed textureProj() and legacy texture functions from sksl
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5120 Change-Id: I21b111d54becaca845134376e54a5a7c0a6cd6c8 Reviewed-on: https://skia-review.googlesource.com/5120 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/sksl/ir')
-rw-r--r--src/sksl/ir/SkSLType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sksl/ir/SkSLType.h b/src/sksl/ir/SkSLType.h
index a4632061ae..056022bed8 100644
--- a/src/sksl/ir/SkSLType.h
+++ b/src/sksl/ir/SkSLType.h
@@ -213,7 +213,7 @@ public:
return fCoercibleTypes;
}
- int dimensions() const {
+ SpvDim_ dimensions() const {
ASSERT(kSampler_Kind == fTypeKind);
return fDimensions;
}