Contents

MTLCommandBufferError.Code.pageFault

An error code that indicates the command buffer generated a page fault the GPU can’t service.

Declaration

case pageFault

Discussion

The underlying cause may be a buffer read/write attribute mismatch or an out-of-boundary access.

See Also

Error codes