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

console.debug messages scrambled in SF and FF #119

Closed vorg closed 1 year ago

vorg commented 2 years ago

Caused by const NAMESPACE = "\x1b[31mpex-context\x1b[39m";

Chrome Screenshot 2022-06-07 at 01 56 36

Safari Screenshot 2022-06-07 at 01 56 17

Firefox Screenshot 2022-06-07 at 01 56 09

vorg commented 2 years ago

Let's not use Chrome only features in libs