posh icon indicating copy to clipboard operation
posh copied to clipboard

Address Firefox warning in `deferred` example

Open leod opened this issue 2 months ago • 0 comments

Firefox says the following in the deferred example, which does not bind any attributes.

WebGL warning: drawArraysInstanced: Drawing without vertex attrib 0 array enabled forces the browser to do expensive emulation work when running on desktop OpenGL platforms, for example on Mac. It is preferable to always draw with vertex attrib 0 array enabled, by using bindAttribLocation to bind some always-used attribute to location 0.

leod avatar Nov 01 '25 17:11 leod