[WIP] preparing UBO/SSBO<>

This commit is contained in:
2025-02-01 16:32:08 +08:00
parent 3807d9fcbf
commit 7ec1c095cc
10 changed files with 174 additions and 61 deletions

View File

@@ -151,5 +151,5 @@ public:
int os_main(int,os_char **)
{
return RunFramework<TestApp>(OS_TEXT("RenderFramework Test"));
return RunFramework<TestApp>(OS_TEXT("Draw triangle in NDC space"));
}