pub fn convert_render_command(cmd: &RenderCommand) -> Option<Canvas2DCommand>Expand description
Converts jugar-render RenderCommand to Canvas2DCommand.
This bridges the platform-agnostic render commands to Canvas2D-specific commands.
pub fn convert_render_command(cmd: &RenderCommand) -> Option<Canvas2DCommand>Converts jugar-render RenderCommand to Canvas2DCommand.
This bridges the platform-agnostic render commands to Canvas2D-specific commands.