Instance Methods | |
| (void) | - commit: |
Protected Attributes | |
| id< MTLDevice > | _device |
| id< MTLCommandQueue > | _commandQueue |
| CALayer * | _containingLayer |
| __weak id< FlutterSurfaceManagerDelegate > | _delegate |
| FlutterBackBufferCache * | _backBufferCache |
| NSMutableArray< FlutterSurface * > * | _frontSurfaces |
| NSMutableArray< CALayer * > * | _layers |
| NSNumber * | _enableSurfaceDebugInfo |
| CATextLayer * | _infoLayer |
| CFTimeInterval | _lastPresentationTime |
Definition at line 17 of file FlutterSurfaceManager.mm.
| - (void) commit: | (NSArray< FlutterSurfacePresentInfo * > *) | surfaces |
Updates underlying CALayers with the contents of the surfaces to present.
|
protected |
Definition at line 25 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 19 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 20 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 21 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 18 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 35 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 28 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 36 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 38 of file FlutterSurfaceManager.mm.
|
protected |
Definition at line 31 of file FlutterSurfaceManager.mm.