pub unsafe static MTLCommandBufferEncoderInfoErrorKey: &'static NSErrorUserInfoKeyAvailable on crate feature
MTLCommandBuffer only.Expand description
Key in the userInfo for MTLCommandBufferError NSErrors. Value is an NSArray of MTLCommandBufferEncoderInfo objects in recorded order if an appropriate MTLCommandBufferErrorOption was set, otherwise the key will not exist in the userInfo dictionary.
See also Appleās documentation