Relative Content

Tag Archive for c#arrayslist

List to T[] without copying

I’m have a large list of value types that needs to be given to OpenGL. It would be great if this could happen as quickly as possible.
What I’m doing now looks like this: