Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 06:32
· 13 commits to main since this release

Patch Changes

  • fix: optimize frame rate calculation and shader performance

    • Remove redundant interval uniform from shader
    • Calculate interval directly in shader to reduce data transfer
    • Only update frame rate when FPS > 50 to avoid performance degradation
    • Replace requestAnimationFrame with setInterval for stable frame rate updates