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
There should probably be some code handling, or at least calling error when encountering unhandled component types in the accessors for these vertex attributes.
That's a good idea. error would work, another idea would be to add some proper error handling (say, adding something like EitherT to the adapter monad). Either way I'd be happy with
There should probably be some code handling, or at least calling
error
when encountering unhandled component types in the accessors for these vertex attributes.Relevant function definitions below.
The text was updated successfully, but these errors were encountered: