Contents

MTLCommandBufferError.Code.stackOverflow

An error code that indicates the GPU terminated the command buffer because a kernel function of tile shader used too many stack frames.

Declaration

case stackOverflow

Discussion

You can set the largest number of stack frames your pipelines by configuring these properties:

See Also

Error codes