mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Added RefCounting, added ConstantBuffers
This commit is contained in:
@@ -120,7 +120,7 @@ namespace GlitchyEngine.Renderer
|
||||
}
|
||||
|
||||
/// Represents a buffer containing binary data on the GPU.
|
||||
public class Buffer
|
||||
public class Buffer : RefCounted
|
||||
{
|
||||
internal GraphicsContext _context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user