summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/libANGLE/Sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/libANGLE/Sampler.h')
-rwxr-xr-xgfx/angle/src/libANGLE/Sampler.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gfx/angle/src/libANGLE/Sampler.h b/gfx/angle/src/libANGLE/Sampler.h
index 156d61f66..f950bc04e 100755
--- a/gfx/angle/src/libANGLE/Sampler.h
+++ b/gfx/angle/src/libANGLE/Sampler.h
@@ -62,12 +62,10 @@ class Sampler final : public RefCountObject, public LabeledObject
void setCompareFunc(GLenum compareFunc);
GLenum getCompareFunc() const;
- void setSRGBDecode(GLenum sRGBDecode);
- GLenum getSRGBDecode() const;
-
const SamplerState &getSamplerState() const;
- rx::SamplerImpl *getImplementation() const;
+ const rx::SamplerImpl *getImplementation() const;
+ rx::SamplerImpl *getImplementation();
private:
rx::SamplerImpl *mImpl;