Package org.robovm.apple.metal
Interface MTLFunctionLog
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLFunctionLogAdapter
public interface MTLFunctionLog extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description MTLFunctionLogDebugLocationgetDebugLocation()StringgetEncoderLabel()MTLFunctiongetFunction()MTLFunctionLogTypegetType()
-
Method Details
-
getType
MTLFunctionLogType getType() -
getEncoderLabel
String getEncoderLabel() -
getFunction
MTLFunction getFunction() -
getDebugLocation
MTLFunctionLogDebugLocation getDebugLocation()
-