Package org.robovm.apple.metal
Interface MTLFunctionHandle
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLFunctionHandleAdapter
public interface MTLFunctionHandle extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description MTLDevicegetDevice()MTLFunctionTypegetFunctionType()StringgetName()
-
Method Details
-
getFunctionType
MTLFunctionType getFunctionType() -
getName
String getName() -
getDevice
MTLDevice getDevice()
-