this repo has no description
commits
Author
Commit
Message
Date
Changed CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR to allow CMake script to be included from others.
Replaced GPU_BlitFlagEnum with GPU_BatchFlagEnum, which has different values and semantics.
Changed implementation of GPU_TriangleBatch() to support the new flags for more flexibility within a more concrete format. This also allows for 3D geometry batching.
Replaced GPU_UpdateImage() with what used to be GPU_UpdateSubImage(). An additional parameter is fine for simplifying the API.
Added an internal implementation of strcasecmp() because SDL_strcasecmp() was hanging.