Definition at line 58 of file FlutterMetalLayer.mm.
◆ initWithTexture:surface:
- (instancetype) initWithTexture: |
|
(id<MTLTexture>) |
texture |
surface: |
|
(IOSurface*) |
surface |
|
|
| |
|
implementation |
Definition at line 67 of file FlutterMetalLayer.mm.
79 if (
self = [super
init]) {
82 }
83 return self;
84}
id< MTLTexture > _texture
◆ _presentedTime
- (CFTimeInterval) _presentedTime |
|
protected |
◆ _surface
◆ _texture
- (id<MTLTexture>) _texture |
|
protected |
◆ presentedTime
- (CFTimeInterval) presentedTime |
|
readwritenonatomicassign |
◆ surface
◆ texture
- (id<MTLTexture>) texture |
|
readnonatomicassign |
◆ waitingForCompletion
- (BOOL) waitingForCompletion |
|
readwriteatomicassign |
The documentation for this class was generated from the following file: