From b92ecb60e3f60c3cce694477cbde381449759c58 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 13 Mar 2024 09:44:38 -0700 Subject: [PATCH] remove DrawIndexedPrimitives --- src/Refresh.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Refresh.cs b/src/Refresh.cs index e3ae9ae..6055272 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -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,