#import <FlutterBackingStore.h>
Instance Methods | |
| (nonnull instancetype) | - initWithTexture: |
Properties | |
| id< MTLTexture > | texture |
Interface for backing store handles. Typically contain references to the buffers that are handed by the FlutterView to the FlutterRenderer.
Definition at line 15 of file FlutterBackingStore.h.
| - (nonnull instancetype) initWithTexture: | (nonnull id< MTLTexture >) | texture |
Initializes a backing store with the specified MTLTexture.
|
readnonatomicassign |
MTLTexture referenced by this backing store instance.
Definition at line 20 of file FlutterBackingStore.h.