You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
I just noticed what I think is a bug in the
DataStream.Create:https://github.com/sharpdx/SharpDX/blob/master/Source/SharpDX/DataStream.cs#L118
The path that makes a copy of the buffer does not account for the
index. It seems like that should be changed to:This seem correct or am I missing something?