Added Renderer2D and 2D Example

This commit is contained in:
Simon Lübeß
2021-05-30 19:38:24 +02:00
parent 64579f9603
commit 562f4855bd
6 changed files with 692 additions and 0 deletions
+2
View File
@@ -338,7 +338,9 @@ namespace Sandbox
PushLayer(new ExampleLayer());
}
#if !SANDBOX_2D
[Export, LinkName("CreateApplication")]
#endif
public static Application CreateApplication()
{
return new SandboxApp();