2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Add missing parameter to IsMaterialReady

This commit is contained in:
ChrisDill 2023-10-26 17:40:15 +01:00
parent 6d9505653f
commit 00309f8667

View File

@ -2320,7 +2320,7 @@ public static unsafe partial class Raylib
/// <summary>Check if a material is ready</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern CBool IsMaterialReady();
public static extern CBool IsMaterialReady(Material material);
/// <summary>Unload material from GPU memory (VRAM)</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]