Add OpenGL backend project and third phase plan

This commit is contained in:
2026-03-16 13:18:53 +08:00
parent 554c48448b
commit 2b3ac27243
3237 changed files with 623781 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/normal.hpp>
int main()
{
int Error(0);
return Error;
}