Package org.robovm.apple.metal
Interface MTLDynamicLibrary
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLDynamicLibraryAdapter
public interface MTLDynamicLibrary extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description MTLDevicegetDevice()StringgetInstallName()StringgetLabel()booleanserializeToUR(NSURL url, NSError.NSErrorPtr error)voidsetLabel(String v)
-
Method Details
-
getLabel
String getLabel() -
setLabel
-
getDevice
MTLDevice getDevice() -
getInstallName
String getInstallName() -
serializeToUR
-