android - getCustomAttribute("GLID" ... [ patch included ]

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
User avatar
cose
Halfling
Posts: 46
Joined: Thu Jul 24, 2008 5:48 pm
Location: Marseille

android - getCustomAttribute("GLID" ... [ patch included ]

Post by cose »

Hi all,
just a question, is getCustomAttribute and "GLID" implemented for GLES2Texture's on android ?

Code: Select all

unsigned int TextureID = -1;
mTexture->getCustomAttribute("GLID", &TextureID );
it's returning -1 on android for gles2 ...
maybe the virtual isnt applied for the class GLES2Texture.
could it be implemented ? , or is it already somewhere ?
i could make a patch if necessary, thx ogre team for the good work !
cose

[Update] - Done i submitted a pull request https://bitbucket.org/sinbad/ogre/pull- ... pport/diff