diff options
Diffstat (limited to 'libs/rs/rsSampler.h')
-rw-r--r-- | libs/rs/rsSampler.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/libs/rs/rsSampler.h b/libs/rs/rsSampler.h index 494635594279..737bb8b0141f 100644 --- a/libs/rs/rsSampler.h +++ b/libs/rs/rsSampler.h @@ -28,8 +28,7 @@ const static uint32_t RS_MAX_SAMPLER_SLOT = 16; class SamplerState; -class Sampler : public ObjectBase -{ +class Sampler : public ObjectBase { public: Sampler(Context *, RsSamplerValue magFilter, @@ -63,14 +62,11 @@ protected: private: Sampler(Context *); - }; -class SamplerState -{ +class SamplerState { public: - RsSamplerValue mMagFilter; RsSamplerValue mMinFilter; RsSamplerValue mWrapS; @@ -78,15 +74,9 @@ public: RsSamplerValue mWrapR; float mAniso; - ObjectBaseRef<Sampler> mSamplers[RS_MAX_SAMPLER_SLOT]; - - //void setupGL(); - }; - - } } #endif //ANDROID_RS_SAMPLER_H |