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
The GammaRamp structure is currently just a collection of uint pointers, which isn't terribly useful. The gamma ramp functions should probably take and emit arrays or tuples or something.
The text was updated successfully, but these errors were encountered:
I'm still not sure what to do about this functionality and I don't want to make backward compatibility promises about it. #65 will cut them out and this issue will stick around for adding them back in at some point.
The
GammaRamp
structure is currently just a collection of uint pointers, which isn't terribly useful. The gamma ramp functions should probably take and emit arrays or tuples or something.The text was updated successfully, but these errors were encountered: