Package apple.metal.protocol
Interface MTLFunctionHandle
-
public interface MTLFunctionHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLDevicedevice()longfunctionType()java.lang.Stringname()
-
-
-
Method Detail
-
device
MTLDevice device()
-
functionType
long functionType()
-
name
java.lang.String name()
-
-