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
Extended the EndianWriter class with two new methods:
- Write(Half value): Converts a Half to UInt16 and writes it.
- WriteArray(ReadOnlySpan<Half> buffer): Writes an array of Half values, handling alignment if necessary.
0 commit comments