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