Need to do a PtrToString on this first.
This commit is contained in:
parent
d4d6dff87c
commit
14aabb792a
@ -913,7 +913,7 @@ namespace SDL2
|
|||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
public unsafe struct SDL_RendererInfo
|
public unsafe struct SDL_RendererInfo
|
||||||
{
|
{
|
||||||
public string name; // const char*
|
public IntPtr name; // const char*
|
||||||
public uint flags;
|
public uint flags;
|
||||||
public uint num_texture_formats;
|
public uint num_texture_formats;
|
||||||
public fixed uint texture_formats[16];
|
public fixed uint texture_formats[16];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user