mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added BlendState
This commit is contained in:
@@ -28,6 +28,8 @@ namespace GlitchyEngine.Renderer
|
||||
|
||||
_objectConstants = new Buffer<ObjectConstants>(_context, .(0, .Constant, .Dynamic, .Write));
|
||||
_objectConstants.Update();
|
||||
|
||||
RenderCommand.Init();
|
||||
}
|
||||
|
||||
public static void BeginScene(Camera camera)
|
||||
|
||||
Reference in New Issue
Block a user