mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Reference counting fixes
This commit is contained in:
@@ -61,7 +61,7 @@ namespace GlitchyEngine.Renderer
|
||||
|
||||
public class BufferVariable
|
||||
{
|
||||
private ConstantBuffer _constantBuffer ~ _constantBuffer?.ReleaseRef();
|
||||
private ConstantBuffer _constantBuffer;
|
||||
|
||||
private String _name ~ delete _;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user