Releases: gpujs/gpu.js
Releases · gpujs/gpu.js
Maintenance release
Maintenance release
Fix #625
Feature experimental internal matrices
Maintenance release
Upgrade HeadlessGL
Maintenance release
fix: #590 add Kernel.onActivate - which is called after gpu.js switches kernels based off need fix: Consistent error message for values that are not defined fix: Add recompiled kernels to gpu.js kernels property and test fix: Move texture deleting to within the GLKernel Texture implementation fix: Add Texture.clear as an abstract method on the base Texture fix: Bump and build
Maintenance release
fix: #585 check for inaccurate results for very small kernel fix: #585 add features.isSpeedTacticSupported and tests
Fix resize
2.9.1 fix: #586
Faster & Compatiblity
- Better managing when
gl.framebufferTexture2D
andgl.scissor
are called, to cut down on resources - More
Math.method()
's added - Safari textures fix
- CPU kernels with
pipeline: true
withimmutable: false
, by default, now operate similarly/same to GPU
Fix memory leak and Tyepscript definition
2.8.5 fix: Build and build
Fix Memory Leak
Deallocate when clearing textures
Fix Security Issue
2.8.3 fix: security