mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 11:41:06 +00:00
Removed QueryTexturePixels
This commit is contained in:
parent
9b6f16a238
commit
cceef27e50
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue