Contents

pageFault

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

Declaration

static var pageFault: MTLCommandBufferError.Code { get }

Discussion

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

See Also

Errors codes