Flutter iOS Embedder
FlutterTexture Class Reference
Inheritance diagram for FlutterTexture:

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.

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: