Nazariglez / notan

Cross-platform multimedia layer
https://nazariglez.github.io/notan-web/
Apache License 2.0
802 stars 55 forks source link

Fix debug assert in Device::inner_read_pixels #236

Closed troyc closed 1 year ago

troyc commented 1 year ago

Assert that the provided buffer is at least the size of the bytes to be read, which may be smaller than the texture's buffer size.

Nazariglez commented 1 year ago

Thank you so much for the fix!