xenko icon indicating copy to clipboard operation
xenko copied to clipboard

Unable to get data from IndexBuffer or VertexBuffer with OpenGL

Open guygodin opened this issue 7 years ago • 0 comments

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!

guygodin avatar Jul 04 '18 00:07 guygodin