ohai / ruby-sdl2

A Ruby wrapper for SDL 2.x
GNU Lesser General Public License v3.0
71 stars 16 forks source link

SDL_QueryTexture? #9

Closed ghost closed 6 years ago

ghost commented 6 years ago

Has SDL_QueryTexture been implemented yet? I want to copy a TTF and that needs to be done by the function.

ghost commented 6 years ago

Nevermind I found the answer through inspect. Thank you.