mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 03:21:16 +00:00
Fix build issue
This commit is contained in:
parent
c4497b8700
commit
50cd75fe35
|
@ -6,8 +6,11 @@ using System.Runtime.InteropServices;
|
|||
#if !VALIDATE
|
||||
using System.Diagnostics;
|
||||
#endif
|
||||
|
||||
namespace OpenTK.Graphics.Vulkan
|
||||
{
|
||||
using Debug = System.Diagnostics.Debug;
|
||||
|
||||
public unsafe class NativeList<T> : IEnumerable<T>, IDisposable where T : struct
|
||||
{
|
||||
private byte* _dataPtr;
|
||||
|
|
Loading…
Reference in a new issue