working on rendering

This commit is contained in:
2025-12-23 15:03:44 +02:00
parent 5a71b3023a
commit 3b4e2eea32
65 changed files with 1971 additions and 190 deletions

View File

@@ -83,7 +83,7 @@ void C_MOBAPlayer::Spawn()
pVertexBuffer->Unmap();
m_pMesh = IMeshRendering::CreateMesh();
m_pMesh->SetVertexBuffer(pVertexBuffer);
m_pMesh->SetVertexBuffer(0, pVertexBuffer);
m_pMeshInstance = m_pMesh->CreateInstance();
};