mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
RefCounted GraphicsContext
This commit is contained in:
@@ -5,7 +5,7 @@ namespace GlitchyEngine.Renderer
|
||||
{
|
||||
public class RenderTarget;
|
||||
|
||||
public class GraphicsContext
|
||||
public class GraphicsContext : RefCounted
|
||||
{
|
||||
private RasterizerState _currentRasterizerState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user