remove old index slice

This commit is contained in:
Joshua Ashton 2022-08-15 22:02:53 +00:00
parent abf83ce992
commit 1b20ef4c53
1 changed files with 0 additions and 2 deletions

View File

@ -531,8 +531,6 @@ int main(int argc, char** argv)
auto countPtr = reinterpret_cast<uint32_t*>(countBuffer.ptr);
*countPtr = 1;
auto indexSlice = *pooler.AllocSlice(r_mesh->indices.Size() * sizeof(IndexType), 16);
auto t1 = Time::now();
while (r_window->Update(handler))
{