mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Content browser
This commit is contained in:
@@ -9,8 +9,8 @@ namespace GlitchyEngine.Renderer
|
||||
public extern bool IsEmpty { get; }
|
||||
|
||||
public extern void AddRef();
|
||||
public extern void ReleaseRef();
|
||||
public extern void Release();
|
||||
|
||||
public void Dispose() => ReleaseRef();
|
||||
public void Dispose() => Release();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user