MTLFunctionLogDebugLocation

The source code that logged a debug message.

extern (C++) final @nogc nothrow
@ObjectiveC
interface MTLFunctionLogDebugLocation {}

Members

Functions

URL
NSURL URL()

The URL of the file that contains the shader function.

column
NSUInteger column()

The column where the log message appears.

functionName
NSString functionName()

The name of the shader function.

line
NSUInteger line()

The line that the log message appears on.

Meta