- fix android build errors
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7399 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
5b26b5b7c2
commit
44baefce4f
@ -2845,4 +2845,9 @@ public class OGLESShaderRenderer implements Renderer {
|
|||||||
{
|
{
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void invalidateState(){
|
||||||
|
// TODO invalidateState
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user