Skip to content

Commit ea8373f

Browse files
committed
Fix spelling errors
1 parent a8d3cad commit ea8373f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shell/platform/embedder/embedder.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ typedef enum {
364364

365365
typedef enum {
366366
kFlutterGLImpellerTexturePixelBuffer,
367-
kFlutterGLImpellerTextureGpuSuface,
367+
kFlutterGLImpellerTextureGpuSurface,
368368
} FlutterGLImpellerTextureType;
369369

370370
typedef struct {
@@ -377,11 +377,11 @@ typedef struct {
377377
uint32_t format;
378378
/// The pixel data buffer.
379379
const uint8_t* buffer;
380-
/// The size of buffer.
380+
/// The size of pixel buffer.
381381
size_t buffer_size;
382-
/// Callback invoked that texture start binding.
382+
/// Callback invoked that the gpu surface texture start binding.
383383
BoolCallback bind_callback;
384-
/// the type of the texture.
384+
/// The type of the texture.
385385
FlutterGLImpellerTextureType impeller_texture_type;
386386
/// User data to be returned on the invocation of the destruction callback.
387387
void* user_data;

0 commit comments

Comments
 (0)