commits
This reverts commit f5b4afdec6cf19f4980ebf0e6eba0c9b4752f07c.
Update FindSDL2.cmake to search for SDL2d.dll
GPU_MODELVIEW was replaced with GPU_VIEW and GPU_MODEL. GPU_MatrixMode() now sets the active target.
Added a few more functions to control matrix state. GPU_GetActiveTarget(), GPU_SetActiveTarget(), GPU_Perspective(), GPU_LookAt(), GPU_SetProjection(), GPU_SetView(), GPU_SetModel(), GPU_SetProjectionFromStack() etc.
Fix common crash on Android after GLContext reinit
adding NanoVG example
Renamed GPU_Polygon2 to GPU_Polyline
GPU_MODELVIEW was replaced with GPU_VIEW and GPU_MODEL. GPU_MatrixMode() now sets the active target.
Added a few more functions to control matrix state. GPU_GetActiveTarget(), GPU_SetActiveTarget(), GPU_Perspective(), GPU_LookAt(), GPU_SetProjection(), GPU_SetView(), GPU_SetModel(), GPU_SetProjectionFromStack() etc.