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 Details

    • getLabel

      String getLabel()
    • setLabel

      void setLabel​(String v)
    • getDevice

      MTLDevice getDevice()
    • getCommandQueue

      MTLCommandQueue getCommandQueue()
    • beginScope

      void beginScope()
    • endScope

      void endScope()