Small fixes 1
This commit is contained in:
parent
26b0a0dac4
commit
f655c1a9e6
8 changed files with 28 additions and 16 deletions
|
|
@ -114,9 +114,7 @@ namespace Raylib_cs
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Image type, bpp always RGBA (32bit)
|
||||
/// <br/>
|
||||
/// NOTE: Data stored in CPU memory (RAM)
|
||||
/// Image, pixel data stored in CPU memory (RAM)
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct Image
|
||||
|
|
|
|||
Loading…
Reference in a new issue