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.
32
32
- Rewrote many shader programs to not use geometry shaders, which are not supported in WebGL
33
33
and some other rendering backends
34
34
- Fixed a few instances og exceptions not being raised properly in edge cases
35
- - ` SpriteList ` now has multiple rendering systems supp
5EB4
orting 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.
36
39
37
40
## Version 3.2
38
41
You can’t perform that action at this time.
0 commit comments