cute_framework icon indicating copy to clipboard operation
cute_framework copied to clipboard

Easy sprite API instance bug

Open RandyGaul opened this issue 10 months ago • 1 comments

Calling into easy sprite API while supplying the same png will create new instances. However, this is incongruent with the cache based APIs that will return the same animation data instance given the same path.

Easy sprites were originally designed as individual sprite (pixel) instances, but this causes confusion if there's expectation of unique sprite data.

RandyGaul avatar Mar 08 '25 20:03 RandyGaul

In master (37767848969574ba4d003d1504030c003e8edd67), the easysprite sample is constantly using more and more VRAM. Is this the reason?

bullno1 avatar Mar 12 '25 06:03 bullno1