Removed QueryTexturePixels
This commit is contained in:
parent
9b6f16a238
commit
cceef27e50
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user