mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00

Now `BeginTextureMode()` does not clean buffers automatically, that behaviour has been changed because there could be some case (i.e. painting software) where texture buffer does not ned to be cleared; user is responsible of clearing buffers using `ClearBackground()`