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
Today, storeOp defaults to "store". This is a clear default for cases when resolveTarget is not specified.
However, when resolveTarget is specified, it's very common that you want the storeOp to be "clear" (which discards the multisampled data, and only keeps the resolved data). Maybe we should make storeOp required when resolveTarget is specified?