|
|
|
|
|
by brtmr
4105 days ago
|
|
The webgl standard has rather strong memory safety considerations: WebGL resources such as textures and vertex buffer objects (VBOs) must always contain initialized data, even if they were created without initial user data values.[0] As long as browser vendors implement this (and chrome and firefox seem to), this should not be an issue. [0] https://www.khronos.org/registry/webgl/specs/1.0.3/ |
|
This issue should now be fixed, but bugs and/or old unpatched browsers may still be out there.