wellspring API update

pull/1/head
cosmonaut 2023-12-09 17:40:17 -08:00
parent 9d62a80dc7
commit 6e98795059
1 changed files with 1 additions and 4 deletions

View File

@ -129,12 +129,9 @@ namespace WellspringCS
); );
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern byte Wellspring_Draw( public static extern byte Wellspring_AddToTextBatch(
IntPtr textBatch, IntPtr textBatch,
float x,
float y,
int pixelSize, int pixelSize,
float depth,
in Color color, in Color color,
HorizontalAlignment horizontalAlignment, HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment, VerticalAlignment verticalAlignment,