Get the rendering target of this renderer

Property definitions

sdl2 $ SDLRenderer :: target
	# Get the rendering target of this renderer
	fun target: SDLTexture `{ return SDL_GetRenderTarget(self); `}
lib/sdl2/sdl2_base.nit:314,2--315,63