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:
@@ -4,7 +4,7 @@ namespace GlitchyEngine.Renderer
|
||||
{
|
||||
public class Effect : RefCounted
|
||||
{
|
||||
protected GraphicsContext _context;
|
||||
protected GraphicsContext _context; // Todo:???
|
||||
internal VertexShader _vs ~ _?.ReleaseRef();
|
||||
internal PixelShader _ps ~ _?.ReleaseRef();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user