aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-11-18 15:35:33 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-18 21:15:20 +0000
commitf31ae495271e0343f568fb9a1d7e2df81e196896 (patch)
treed1314d94fb65221426e11983f1e3b306e8e1d560 /include
parentc36dedf613b09cc5e2286b2f0602c73722c85958 (diff)
Remove unnecessary attribute and varying type modifiers
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5007 Change-Id: Ic9fefe09221d5e367b5aa5dd0084fc7d6631998c Reviewed-on: https://skia-review.googlesource.com/5007 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrShaderVar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gpu/GrShaderVar.h b/include/gpu/GrShaderVar.h
index 78e08e0d9a..60e951c2cf 100644
--- a/include/gpu/GrShaderVar.h
+++ b/include/gpu/GrShaderVar.h
@@ -28,10 +28,6 @@ public:
kIn_TypeModifier,
kInOut_TypeModifier,
kUniform_TypeModifier,
- // GL Specific types below
- kAttribute_TypeModifier,
- kVaryingIn_TypeModifier,
- kVaryingOut_TypeModifier
};
/**