Flutter macOS Embedder
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
FlutterRenderBackingStore Class Reference

#import <FlutterBackingStore.h>

Inheritance diagram for FlutterRenderBackingStore:

Instance Methods

(nonnull instancetype) - initWithTexture:
 

Properties

id< MTLTexture > texture
 

Detailed Description

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.

Method Documentation

◆ initWithTexture:

- (nonnull instancetype) initWithTexture: (nonnull id< MTLTexture >)  texture

Initializes a backing store with the specified MTLTexture.

References texture.

Property Documentation

◆ texture

- (id<MTLTexture>) texture
readnonatomicassign

MTLTexture referenced by this backing store instance.

Definition at line 20 of file FlutterBackingStore.h.

Referenced by initWithTexture:.


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