Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cesium broken in latest WebGL2 Chrome implementation #3425

Closed
mramato opened this issue Jan 14, 2016 · 1 comment
Closed

Cesium broken in latest WebGL2 Chrome implementation #3425

mramato opened this issue Jan 14, 2016 · 1 comment

Comments

@mramato
Copy link
Contributor

mramato commented Jan 14, 2016

Chrome Canary recently added a WebGL 2.0 Prototype option to chrome://flags and when I tried it out I noticed that Cesium no longer works (if I recall correctly, @bagnell and @lilleyse got it working during our last sprint). Running Cesium Viewer spits out the following errors:

index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_OPERATION : glTexImage2D: 
index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete
index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete
index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete
index.html:1 [.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete

It's possible this is a bug in Chrome's implementation, but we should check it out either way and file a bug with them if it is.

@pjcozzi
Copy link
Contributor

pjcozzi commented Nov 4, 2016

Works now in Canary 56.

image

image

Some Cesium features may not work yet, but we'll handle that as part of #797.

@pjcozzi pjcozzi closed this as completed Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants