File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
3232 - Rewrote many shader programs to not use geometry shaders, which are not supported in WebGL
3333 and some other rendering backends
3434 - Fixed a few instances og exceptions not being raised properly in edge cases
35- - ` SpriteList ` now has multiple rendering systems supporting both WebGL and Desktop GL
35+ - ** BREAKING CHANGE** : ` SpriteList ` now has multiple rendering systems supporting both WebGL and Desktop GL.
36+ If you have customized spritelist rendering you now need to modify the ` SpriteListData ` instance
37+ on the spritelist accessed through ` SpriteList.data ` . This instance holds all the GPU-related
38+ resources for the spritelist such as buffers, textures, geometry and shader program.
3639
3740## Version 3.2
3841
You can’t perform that action at this time.
0 commit comments