OpenGL rendering hooked up. Better platform layer abstraction

This commit is contained in:
Matt Thorson
2020-08-16 22:00:13 -07:00
parent 5d62a86947
commit 1c084b55f9
21 changed files with 669 additions and 450 deletions

View File

@ -1,4 +1,5 @@
using System;
using Strawberry.SDL2;
namespace Strawberry.Sample
{