Re: sdl2 and ffi
- Posted by ChrisB (moderator) 2 months ago
- 1710 views
SDL_render.e
line 116
public function SDL_CreateTextureFromSurface(atom ren, sequence surf)
->
public function SDL_CreateTextureFromSurface(atom ren, atom surf)
Cheers Chris