Revert partial struct change
This commit is contained in:
parent
f3047a06a0
commit
a01b1be228
15 changed files with 32 additions and 32 deletions
|
|
@ -70,7 +70,7 @@ namespace Raylib_cs
|
|||
/// Shader type (generic)
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe partial struct Shader
|
||||
public unsafe struct Shader
|
||||
{
|
||||
/// <summary>
|
||||
/// Shader program id
|
||||
|
|
|
|||
Loading…
Reference in a new issue