RenderAPI changes and removed Context parameter from Effect and Material

This commit is contained in:
Simon Lübeß
2022-11-27 17:18:16 +01:00
parent d47ac23e1b
commit dffd43a36f
14 changed files with 89 additions and 52 deletions
-2
View File
@@ -160,8 +160,6 @@ namespace GlitchyEngine
public static void NewFrame()
{
Log.EngineLogger.Info($"{Input.GetMousePosition()}");
if (_lockPositions.Count > 0)
{
var position = _lockPositions.Back.Position;