remove DrawIndexedPrimitives
parent
995a54fa2d
commit
b92ecb60e3
|
@ -876,15 +876,6 @@ namespace RefreshCS
|
||||||
uint instanceCount
|
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)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void Refresh_DrawPrimitives(
|
public static extern void Refresh_DrawPrimitives(
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
|
|
Loading…
Reference in New Issue