Save this texture to a BMP file

Property definitions

sdl2 $ SDLSurface :: save_bmp
	# Save this texture to a BMP file
	fun save_bmp(path: CString) `{ SDL_SaveBMP(self, path); `}
lib/sdl2/sdl2_base.nit:405,2--406,59