Package org.robovm.apple.metal
Interface MTLCaptureScope
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLCaptureScopeAdapter
public interface MTLCaptureScope extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidbeginScope()voidendScope()MTLCommandQueuegetCommandQueue()MTLDevicegetDevice()StringgetLabel()voidsetLabel(String v)
-
Method Details
-
getLabel
String getLabel() -
setLabel
-
getDevice
MTLDevice getDevice() -
getCommandQueue
MTLCommandQueue getCommandQueue() -
beginScope
void beginScope() -
endScope
void endScope()
-