Added Buffers to Shaders

This commit is contained in:
Simon Lübeß
2020-12-30 14:47:29 +01:00
parent f3c5ac3d60
commit 9a010f7c4a
8 changed files with 183 additions and 13 deletions
@@ -127,9 +127,4 @@ namespace GlitchyEngine.Renderer
return .Ok;
}
}
public extension VertexBuffer<T>
{
}
}