mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 01:05:36 +00:00
Fix typo in version comment
This commit is contained in:
parent
931d5fc06e
commit
904eed3cb0
|
@ -8048,7 +8048,7 @@ namespace SDL2
|
|||
|
||||
/* renderer refers to an SDL_Renderer*
|
||||
* IntPtr refers to an ID3D11Device*
|
||||
* Only available in 2.0.18 or higher.
|
||||
* Only available in 2.0.16 or higher.
|
||||
*/
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern IntPtr SDL_RenderGetD3D11Device(IntPtr renderer);
|
||||
|
|
Loading…
Reference in a new issue