Nikolas
Nikolas
ScissorMode would previously use the window height when repositioning the scissor origin to the top left.
In the info for `PlatformID` it says "later than 30.1" and for `RendererID` "until 30.1", but in `NiPersistentSrcTextureRendererData` `PlatformID` is marked as until 30.1.0.0 and `RendererID` as since 30.1.0.1. Neither...
This PR enables ImageDraw() to work with all formats that are *not* compressed and *don't* have an alpha channel. This specifically allows loading cubemaps again, which before did not work...