clear is here, draw is not
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user