remove DrawIndexedPrimitives

refresh2
cosmonaut 2024-03-13 09:44:38 -07:00
parent 995a54fa2d
commit b92ecb60e3
1 changed files with 0 additions and 9 deletions

View File

@ -876,15 +876,6 @@ namespace RefreshCS
uint instanceCount
);
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void Refresh_DrawIndexedPrimitives(
IntPtr device,
IntPtr commandBuffer,
uint baseVertex,
uint startIndex,
uint primitiveCount
);
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void Refresh_DrawPrimitives(
IntPtr device,