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!
If I try to call GetData() 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!