mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Big unsafe update 1
This commit is contained in:
@@ -119,12 +119,12 @@ namespace Raylib_cs
|
||||
/// Image, pixel data stored in CPU memory (RAM)
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct Image
|
||||
public unsafe struct Image
|
||||
{
|
||||
/// <summary>
|
||||
/// Image raw data (void *)
|
||||
/// Image raw data
|
||||
/// </summary>
|
||||
public IntPtr data;
|
||||
public void* data;
|
||||
|
||||
/// <summary>
|
||||
/// Image base width
|
||||
|
Reference in New Issue
Block a user