Interface MTLFunctionLogDebugLocation

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
MTLFunctionLogDebugLocationAdapter

public interface MTLFunctionLogDebugLocation
extends NSObjectProtocol
Since:
Available in iOS 14.0 and later.
  • Method Details

    • getFunctionName

      String getFunctionName()
    • getURL

      NSURL getURL()
    • getLine

      long getLine()
    • getColumn

      long getColumn()