Replaced RefCounted with RefCounter

This commit is contained in:
Simon Lübeß
2021-10-13 09:52:12 +02:00
parent 2cd9ab3e69
commit 84daee95e4
18 changed files with 60 additions and 25 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
using System;
using GlitchyEngine.Core;
namespace GlitchyEngine.Renderer
{
@@ -78,7 +79,7 @@ namespace GlitchyEngine.Renderer
public static readonly uint32 AppendAligned = 0xffffffff;
}
public class VertexLayout : RefCounted
public class VertexLayout : RefCounter
{
private GraphicsContext _context ~ _?.ReleaseRef();