mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-02-02 08:31:07 +00:00
Right. Like I said. Lunatic.
This commit is contained in:
parent
9b86627382
commit
5b2d1c3aea
|
@ -1276,7 +1276,7 @@ namespace SDL2
|
|||
/* renderer refers to an SDL_Renderer*, texture to an SDL_Texture*.
|
||||
* Internally, this function contains logic to use default values when
|
||||
* source and destination rectangles are passed as NULL.
|
||||
* this overload allows for IntPtr.Zero (null) to be passed for both SDL_Rects.
|
||||
* This overload allows for IntPtr.Zero (null) to be passed for both SDL_Rects.
|
||||
*/
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int SDL_RenderCopy(
|
||||
|
|
Loading…
Reference in a new issue