Skip to content

0.2.2

Choose a tag to compare

@FinochioM FinochioM released this 12 Jun 17:19
· 10 commits to master since this release

This release fixes design issues, some internal functions were exposed to the public API.

Textures.update and Textures.updateRec previously required the user to pass a raw Ptr[Byte]. Both functions now accept a plain Array[Byte].

Several internal functions in Drawing (useProgram, getProjectionPtr, getCustomProjLoc, getCustomColorLoc, getCustomTexLoc) were public despite being implementation details shared between internal renderers. These are now private[s2d] and no longer visible to users.

Full Changelog: 0.2.1...0.2.2