Skip to content
d16b5ec
Compare
Choose a tag to compare

Fix #625
Feature experimental internal matrices

Compare
Choose a tag to compare
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
Compare
Choose a tag to compare
fix: #585 check for inaccurate results for very small kernel

fix: #585 add features.isSpeedTacticSupported and tests
Compare
Choose a tag to compare
  • Better managing when gl.framebufferTexture2D and gl.scissor are called, to cut down on resources
  • More Math.method()'s added
  • Safari textures fix
  • CPU kernels with pipeline: true with immutable: false, by default, now operate similarly/same to GPU
Compare
Choose a tag to compare

Deallocate when clearing textures