Removed QueryTexturePixels

This commit is contained in:
Ethan Lee 2016-01-26 08:42:43 -05:00
parent 9b6f16a238
commit cceef27e50

View file

@ -1913,14 +1913,6 @@ namespace SDL2
out int h out int h
); );
/* texture refers to an SDL_Texture, pixels to a void* */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int SDL_QueryTexturePixels(
IntPtr texture,
out IntPtr pixels,
out int pitch
);
/* renderer refers to an SDL_Renderer* */ /* renderer refers to an SDL_Renderer* */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int SDL_RenderClear(IntPtr renderer); public static extern int SDL_RenderClear(IntPtr renderer);