clear is here, draw is not

This commit is contained in:
2025-12-23 19:08:38 +02:00
parent 3b4e2eea32
commit fb5e607f88
8 changed files with 93 additions and 38 deletions

View File

@@ -26,9 +26,9 @@ extern "C" void FunnyMain( int argc, char **argv )
IVertexBuffer *pVertices = NULL;
float vertices[9] = {
0,-0.5, 0,
0.5,0.5, 0,
-0.5,0.5, 0,
0,-0.5, 0.5,
0.5,0.5, 0.5,
-0.5,0.5, 0.5,
};
pVertices = g_pRenderContext->CreateVertexBuffer(36);