- fix android build errors

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7399 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-05-02 23:41:10 +00:00
parent 5b26b5b7c2
commit 44baefce4f
2 changed files with 10 additions and 0 deletions

View File

@ -2845,4 +2845,9 @@ public class OGLESShaderRenderer implements Renderer {
{ {
// TODO Auto-generated method stub // TODO Auto-generated method stub
} }
public void invalidateState(){
// TODO invalidateState
}
} }

View File

@ -271,6 +271,11 @@ public class OGLESContext implements JmeContext, GLSurfaceView.Renderer {
public void restart() { public void restart() {
} }
public boolean isRenderable() {
// TODO isRenderable
return true;
}
/** /**
* TODO: get these methods to follow the spec * TODO: get these methods to follow the spec
* @param waitFor * @param waitFor