* Semi-colon.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10524 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
30c7347cdf
commit
9f4f321098
@ -1177,7 +1177,7 @@ public class OGLESShaderRenderer implements Renderer {
|
|||||||
|
|
||||||
AndroidGLImageFormat imageFormat = TextureUtil.getImageFormat(rb.getFormat());
|
AndroidGLImageFormat imageFormat = TextureUtil.getImageFormat(rb.getFormat());
|
||||||
if (imageFormat.renderBufferStorageFormat == 0) {
|
if (imageFormat.renderBufferStorageFormat == 0) {
|
||||||
throw new RendererException("The format '" + rb.getFormat() + "' cannot be used for renderbuffers.")
|
throw new RendererException("The format '" + rb.getFormat() + "' cannot be used for renderbuffers.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (fb.getSamples() > 1 && GLContext.getCapabilities().GL_EXT_framebuffer_multisample) {
|
// if (fb.getSamples() > 1 && GLContext.getCapabilities().GL_EXT_framebuffer_multisample) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user