Example #1
0
 public static SDLTexture LoadTextureTyped_RW(SDLRenderer Renderer, IntPtr Src, bool Freesrc, string Type)
 {
     return(new SDLTexture(SDL_image.IMG_LoadTextureTyped_RW(Renderer.Ptr, Src, Convert.ToInt32(Freesrc), Type)));
 }