pex-gl / pex-context

Modern WebGL state wrapper for PEX: allocate GPU resources (textures, buffers), setup state pipelines and passes, and combine them into commands.
http://pex-gl.github.io/pex-context/
MIT License
160 stars 12 forks source link

Draw loop crash #41

Open vorg opened 6 years ago

vorg commented 6 years ago

If I compile invalid shader the render loop crashes and I'm not able to restart it no matter what.

Chrome shows:

glDrawElements: Source and destination textures of the draw are the same.

Firefox complains about feedback loop.

vorg commented 5 years ago

Next step. Make a test case.