flutter_wgpu_texture_core 0.2.1

Core trait and scene registry for flutter_wgpu_texture
Documentation

flutter_wgpu_texture_core

Core Rust abstractions for extending flutter_wgpu_texture.

This crate exposes the shared scene interfaces and registry used by the main runtime crate:

  • Scene
  • SceneRenderArgs
  • global scene registration helpers

It is intended for advanced users who want to register custom wgpu scenes in Rust without forking the Flutter plugin.

Related crates and docs: