lojjic / webgl-sdf-generator

A signed distance field (SDF) image generator for 2D paths such as font glyphs, accelerated using WebGL.
MIT License
34 stars 1 forks source link

Verify handling of GL context loss #1

Open lojjic opened 2 years ago

lojjic commented 2 years ago

See https://www.khronos.org/webgl/wiki/HandlingContextLost

Should add some unit tests around that.