MTLFunctionLog

A log entry a Metal device generates when the it runs a command buffer.

Members

Functions

debugLocation
MTLFunctionLogDebugLocation debugLocation()

If known, the location of the logging command within a shader source file.

encoderLabel
NSString encoderLabel()

The label for the encoder that logged the message.

function_
MTLFunction function_()

When known, the function object corresponding to the logged message.

type
MTLFunctionLogType type()

The type of message that was logged.

Meta