Wraps SDL_SetRenderTarget which sets the renderer's target
null to set the target to be the default target (usually the window), or a valid target dsdl2.Texture as the texture target
dsdl2.SDLException if failed to set the renderer's target
See Implementation
Wraps SDL_SetRenderTarget which sets the renderer's target