LoadImageSvg() has been removed
This commit is contained in:
parent
aa272a7798
commit
5e137cef7e
2 changed files with 0 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue