fix namespace

pull/1/head
cosmonaut 2021-01-05 18:57:05 -08:00
parent 38548533fc
commit 693c264214
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ using System;
using System.IO;
using System.Runtime.InteropServices;
namespace RefreshSharp
namespace RefreshCS
{
public static class Refresh
{
@ -626,7 +626,7 @@ namespace RefreshSharp
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void Refresh_DrawInstancedPrimitives(
IntPtr device,
IntPtr device,
IntPtr commandBuffer,
uint baseVertex,
uint minVertexIndex,