diff options
Diffstat (limited to 'libs/rs/rsContext.h')
| -rw-r--r-- | libs/rs/rsContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 03e65f1..04bd748 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h @@ -163,6 +163,8 @@ public: mutable const ObjectBase * mObjHead; + bool ext_OES_texture_npot() const {return mGL.OES_texture_npot;} + protected: Device *mDev; @@ -196,6 +198,8 @@ protected: int32_t mMaxVertexAttribs; int32_t mMaxVertexUniformVectors; int32_t mMaxVertexTextureUnits; + + bool OES_texture_npot; } mGL; uint32_t mWidth; |
