Added support for int shader variables

This commit is contained in:
Simon Lübeß
2021-09-19 14:22:37 +02:00
parent 8471b7d7b9
commit 90284739c0
4 changed files with 44 additions and 69 deletions
@@ -101,6 +101,7 @@ namespace GlitchyEngine.Renderer
{
Bool,
Float,
Int,
// todo
}
}