remove DrawIndexedPrimitives
parent
995a54fa2d
commit
b92ecb60e3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue