Package org.robovm.apple.metal
Interface MTLCommandBufferEncoderInfo
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLCommandBufferEncoderInfoAdapter
public interface MTLCommandBufferEncoderInfo extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description NSArray<NSString>getDebugSignposts()MTLCommandEncoderErrorStategetErrorState()StringgetLabel()
-
Method Details
-
getLabel
String getLabel() -
getDebugSignposts
-
getErrorState
MTLCommandEncoderErrorState getErrorState()
-