v2.20.2

playcanvas/enginev2.20.2Jun 30, 2026by mvaligursky

AI Summary

Fixes a rendering issue where bind groups would become stale if the underlying GPU texture resource was recreated, ensuring correct rendering.

Key Highlights

  • Rebuild bind groups when a bound texture's GPU resource is recreated

Full Release Notes

## Fixes
- Rebuild bind groups when a bound texture's GPU resource is recreated by @slimbuck in [#8982](https://github.com/playcanvas/engine/pull/8982)

**Full Changelog**: https://github.com/playcanvas/engine/compare/v2.20.1...v2.20.2