xenko
xenko copied to clipboard
Unable to get data from IndexBuffer or VertexBuffer with OpenGL
If I try to call GetData<T>() on an index buffer or vertex buffer, I get the following exception:
System.NotImplementedException: Copy is only implemented for Texture objects.
CommandList.OpenGL.cs Ln 360
Any pointers on how to implement support would be greatly appreciated. Thanks!