Package apple.metal.protocol
Interface MTLFunctionLogDebugLocation
-
public interface MTLFunctionLogDebugLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcolumn()column in linejava.lang.StringfunctionName()faulting functionlongline()line numberNSURLURL()source location
-
-
-
Method Detail
-
URL
NSURL URL()
source location
-
column
long column()
column in line
-
functionName
java.lang.String functionName()
faulting function
-
line
long line()
line number
-
-