File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ typedef enum {
364
364
365
365
typedef enum {
366
366
kFlutterGLImpellerTexturePixelBuffer ,
367
- kFlutterGLImpellerTextureGpuSuface ,
367
+ kFlutterGLImpellerTextureGpuSurface ,
368
368
} FlutterGLImpellerTextureType ;
369
369
370
370
typedef struct {
@@ -377,11 +377,11 @@ typedef struct {
377
377
uint32_t format ;
378
378
/// The pixel data buffer.
379
379
const uint8_t * buffer ;
380
- /// The size of buffer.
380
+ /// The size of pixel buffer.
381
381
size_t buffer_size ;
382
- /// Callback invoked that texture start binding.
382
+ /// Callback invoked that the gpu surface texture start binding.
383
383
BoolCallback bind_callback ;
384
- /// the type of the texture.
384
+ /// The type of the texture.
385
385
FlutterGLImpellerTextureType impeller_texture_type ;
386
386
/// User data to be returned on the invocation of the destruction callback.
387
387
void * user_data ;
You can’t perform that action at this time.
0 commit comments