Skip to content

Instantly share code, notes, and snippets.

@antonfirsov
Created January 31, 2017 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonfirsov/9bd23661472377a77a91eddee1df69a7 to your computer and use it in GitHub Desktop.
Save antonfirsov/9bd23661472377a77a91eddee1df69a7 to your computer and use it in GitHub Desktop.
public interface IPackedVector<TSelf>
where TSelf : IPackedVector<TSelf>
{
void CopyAllIntoVector4(Span<TSelf> source, Span<Vector4> destination);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment