jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
759 stars 44 forks source link

AdvancedBloomFilter causes an error #149

Open robinduckett opened 1 year ago

robinduckett commented 1 year ago

Hi,

Using AdvancedBloomFilter from pixijs-filters gives an error on Google Chrome Version 108.0.5359.124 (Official Build) (x86_64):

[.WebGL-0x1100a871c00] GL_INVALID_OPERATION: Feedback loop formed between Framebuffer and active Texture.

Example sandbox: https://codesandbox.io/s/pixi3d-advanced-bloom-filter-error-xunih9?file=/src/index.js

jnsmalm commented 1 year ago

Hello, I’ll take a look after the holidays.