thatcosmonaut / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
1 stars 1 forks source link

Parameter checks, optional validation #65

Open flibitijibibo opened 2 days ago

flibitijibibo commented 2 days ago

The non-optional ones are just stuff like obvious null checks, the optional ones are for debug devices only which will do validation which should not be necessary for release mode.