Set the rendering target of this renderer

Property definitions

sdl2 $ SDLRenderer :: target=
	# Set the rendering target of this renderer
	fun target=(val: SDLTexture) `{ SDL_SetRenderTarget(self, val); `}
lib/sdl2/sdl2_base.nit:317,2--318,67