mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Use static D3D11 device and context
This commit is contained in:
@@ -69,7 +69,7 @@ namespace GlitchyEngine.Renderer
|
||||
|
||||
public BufferVariableCollection Variables => _variables;
|
||||
|
||||
protected this(GraphicsContext context) : base(context) {}
|
||||
protected this() {}
|
||||
|
||||
protected internal void AddVariable(BufferVariable ownVariable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user