Watch
2
0
Fork
You've already forked raylib-cs
0

Make struct types partial

This commit is contained in:
Rgebee 2022-01-30 09:42:26 +00:00
commit 940beea7d0
15 changed files with 32 additions and 32 deletions

View file

@ -49,7 +49,7 @@ namespace Raylib_cs
/// Material texture map
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public struct MaterialMap
public partial struct MaterialMap
{
/// <summary>
/// Material map texture
@ -71,7 +71,7 @@ namespace Raylib_cs
/// Material type (generic)
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public unsafe struct Material
public unsafe partial struct Material
{
/// <summary>
/// Material shader