Skip to content

Commit 41f2163

Browse files
committed
feat(linux): implement high-performance GPU shaders using librashader
1 parent e47987a commit 41f2163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/nesium_flutter/linux/runner/nesium/nesium_texture.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ static void nesium_texture_class_init(NesiumTextureClass *klass) {
163163
gobject_class->finalize = nesium_texture_finalize;
164164

165165
auto *gl_texture_class = FL_TEXTURE_GL_CLASS(klass);
166-
gl_texture_class->populate_texture = nesium_texture_gl_populate_texture;
166+
gl_texture_class->populate = nesium_texture_gl_populate_texture;
167167
}
168168

169169
static void nesium_texture_init(NesiumTexture *texture) {

0 commit comments

Comments
 (0)