wellspring API update
parent
9d62a80dc7
commit
6e98795059
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue