Removed QueryTexturePixels

pull/93/head
Ethan Lee 2016-01-26 08:42:43 -05:00
parent 9b6f16a238
commit cceef27e50
1 changed files with 0 additions and 8 deletions

View File

@ -1913,14 +1913,6 @@ namespace SDL2
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* */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int SDL_RenderClear(IntPtr renderer);