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
[MTLBlitCommandEncoder resolveCounters] is supported since macOS 10.15, and has no such restriction on macOS 10.15.
Apple document does not say the destinationOffset must be a multiple of 256.
The data type in destinationBuffer are uint64_t, it doesn't make sense to request the distinationOffset to be a multiple of 256, the alignment of 8 should be reasonable.
Is it a real restruction newly added on macOS 11.0 for some reason or a bug in the MTLDebugBlitCommandEncoder?