Beispiel #1
0
 public static SDLTexture LoadTyped_RW(IntPtr Src, bool Freesrc, string Type)
 {
     return(new SDLTexture(SDL_image.IMG_LoadTyped_RW(Src, Convert.ToInt32(Freesrc), Type)));
 }
Beispiel #2
0
 public static IntPtr LoadTyped_RWPtr(IntPtr Src, bool Freesrc, string Type)
 {
     return(SDL_image.IMG_LoadTyped_RW(Src, Convert.ToInt32(Freesrc), Type));
 }