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

Remove GenMeshBinormals util

This commit is contained in:
Rgebee 2022-08-12 07:08:45 +01:00
commit 61bd9981af

View file

@ -661,15 +661,6 @@ namespace Raylib_cs
} }
} }
/// <summary>Compute mesh binormals</summary>
public static void GenMeshBinormals(ref Mesh mesh)
{
fixed (Mesh* p = &mesh)
{
GenMeshBinormals(p);
}
}
/// <summary>Convert wave data to desired format</summary> /// <summary>Convert wave data to desired format</summary>
public static void WaveFormat(ref Wave wave, int sampleRate, int sampleSize, int channels) public static void WaveFormat(ref Wave wave, int sampleRate, int sampleSize, int channels)
{ {