public interface MTLCaptureScope
| Modifier and Type | Method and Description |
|---|---|
void |
beginScope()
Marks the begin of the capture scope.
|
MTLCommandQueue |
commandQueue()
If set, this scope will only capture Metal commands from the associated command queue.
|
MTLDevice |
device()
Associated device: this scope will capture Metal commands from the associated device
|
void |
endScope()
Marks the end of the capture scope.
|
java.lang.String |
label()
Scope label
[@remarks] Created capture scopes are listed in Xcode when long-pressing the capture button, performing the capture over the selected scope
|
void |
setLabel(java.lang.String value)
Scope label
[@remarks] Created capture scopes are listed in Xcode when long-pressing the capture button, performing the capture over the selected scope
|
void beginScope()
MTLCommandQueue commandQueue()
MTLDevice device()
void endScope()
java.lang.String label()
void setLabel(java.lang.String value)