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

LoadImageSvg() has been removed

This commit is contained in:
JupiterRider 2024-12-06 18:48:46 +01:00
commit 5e137cef7e
2 changed files with 0 additions and 11 deletions

View file

@ -1420,10 +1420,6 @@ public static unsafe partial class Raylib
int headerSize
);
/// <summary>Load image from SVG file data or string with specified size</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern Image LoadImageSvg(sbyte* fileName, int width, int height);
/// <summary>Load image sequence from file (frames appended to image.data)</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern Image LoadImageAnim(sbyte* fileName, int* frames);