gl-vis/gl-plot2d

Examples error: gl-fbo incomplete attachment

dy opened this issue · 3 comments

dy commented

Hi!

Trying to run any of examples with budo in node@6/win@7, get this:

fbo.js:47 Uncaught Error: gl-fbo: Framebuffer incomplete attachment
  throwFBOError @ fbo.js:47
  rebuildFBO @ fbo.js:167
  Framebuffer @ fbo.js:220  
  createFBO @ fbo.js:456
  createSelectBuffer @ select.js:150
  createGLPlot2D @ plot.js:5626
  .../plot @ heatmap2d.js:41
  s @ _prelude.js:1
  e @ _prelude.js:1
  (anonymous function) @ _prelude.js:12
127.0.0.1/:1 [.CommandBufferContext]GL ERROR :GL_INVALID_OPERATION : glTexImage2D: 
dy commented

That problem hails from gl-select-static and also gl-select.
require('gl-select-static')(gl, [gl.drawingBufferWidth, gl.drawingBufferHeight]) causes that error

dy commented

Oh, basically gl-fbo fails

var fbo = createFBO(gl, [gl.drawingBufferWidth, gl.drawingBufferHeight]);
dy commented

Sorry for the hype. It was custom webgl features chrome flag.