Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[impeller] adds experimental canvas docstring #52710

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions impeller/aiks/experimental_canvas.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@

namespace impeller {

/// This Canvas attempts to translate from display lists to draw calls directly.
///
/// It's not fully implemented yet but if successful it will be replacing the
/// aiks Canvas functionality.
///
/// See also:
/// - go/impeller-canvas-efficiency
class ExperimentalCanvas : public Canvas {
public:
ExperimentalCanvas(ContentContext& renderer,
Expand Down