Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Protected Attributes | Properties | List of all members
FlutterTexture Class Reference
Inheritance diagram for FlutterTexture:

Instance Methods

(instancetype) - initWithTexture:surface: [implementation]
 

Protected Attributes

id< MTLTexture > _texture
 
IOSurface * _surface
 
CFTimeInterval _presentedTime
 

Properties

id< MTLTexture > texture
 
IOSurface * surface
 
CFTimeInterval presentedTime
 
BOOL waitingForCompletion
 

Detailed Description

Definition at line 54 of file FlutterMetalLayer.mm.

Method Documentation

◆ initWithTexture:surface:

- (instancetype) initWithTexture: (id<MTLTexture>)  texture
surface: (IOSurface*)  surface 
implementation

Definition at line 63 of file FlutterMetalLayer.mm.

74 :(id<MTLTexture>)texture surface:(IOSurface*)surface {
75 if (self = [super init]) {
78 }
79 return self;
80}
if(end==-1)
id< MTLTexture > _texture
id< MTLTexture > texture
init(device_serial, adb_binary)
Definition _adb_path.py:12

Member Data Documentation

◆ _presentedTime

- (CFTimeInterval) _presentedTime
protected

Definition at line 57 of file FlutterMetalLayer.mm.

◆ _surface

- (IOSurface*) _surface
protected

Definition at line 56 of file FlutterMetalLayer.mm.

◆ _texture

- (id<MTLTexture>) _texture
protected

Definition at line 55 of file FlutterMetalLayer.mm.

Property Documentation

◆ presentedTime

- (CFTimeInterval) presentedTime
readwritenonatomicassign

Definition at line 62 of file FlutterMetalLayer.mm.

◆ surface

- (IOSurface*) surface
readnonatomicassign

Definition at line 61 of file FlutterMetalLayer.mm.

◆ texture

- (id<MTLTexture>) texture
readnonatomicassign

Definition at line 60 of file FlutterMetalLayer.mm.

◆ waitingForCompletion

- (BOOL) waitingForCompletion
readwriteatomicassign

Definition at line 63 of file FlutterMetalLayer.mm.


The documentation for this class was generated from the following file: