You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.3.1
------
Add support to Fbo MSAA. Added `samples` param to RenderBuffer's ctor, enable `renderbufferStorageMultisample` (webgl2 only, has no effect on webgl1) sample
removed duplicate `isWebgl2()` typeguard
v2.2.1
------
buffers
- WebglBuffer can be explicitly set in ctor
- arraybuffer attributes can define custom stride
fbo
- added getColorTexture() to return strongly typed Texture
Textures
- added Base texture and cube textures