Package apple.metal.protocol
Interface MTLFunctionLog
-
public interface MTLFunctionLog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLFunctionLogDebugLocationdebugLocation()java.lang.StringencoderLabel()MTLFunctionfunction()longtype()
-
-
-
Method Detail
-
debugLocation
MTLFunctionLogDebugLocation debugLocation()
-
encoderLabel
java.lang.String encoderLabel()
-
function
MTLFunction function()
-
type
long type()
-
-