Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Jun 19, 2024
1 parent a8d3cad commit ea8373f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell/platform/embedder/embedder.h
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ typedef enum {

typedef enum {
kFlutterGLImpellerTexturePixelBuffer,
kFlutterGLImpellerTextureGpuSuface,
kFlutterGLImpellerTextureGpuSurface,
} FlutterGLImpellerTextureType;

typedef struct {
Expand All @@ -377,11 +377,11 @@ typedef struct {
uint32_t format;
/// The pixel data buffer.
const uint8_t* buffer;
/// The size of buffer.
/// The size of pixel buffer.
size_t buffer_size;
/// Callback invoked that texture start binding.
/// Callback invoked that the gpu surface texture start binding.
BoolCallback bind_callback;
/// the type of the texture.
/// The type of the texture.
FlutterGLImpellerTextureType impeller_texture_type;
/// User data to be returned on the invocation of the destruction callback.
void* user_data;
Expand Down

0 comments on commit ea8373f

Please sign in to comment.