void CreateIndexBuffer()

Summary

Create an empty index buffer, it can be resized later

void CreateIndexBuffer( int indexCount, List<int> data )

void CreateIndexBuffer( int indexCount, System.Span<int> data )

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.