Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
impeller::scene::SceneEncoder Class Reference

#include <scene_encoder.h>

Public Member Functions

void Add (const SceneCommand &command)
 

Detailed Description

Definition at line 28 of file scene_encoder.h.

Member Function Documentation

◆ Add()

void impeller::scene::SceneEncoder::Add ( const SceneCommand command)

Definition at line 15 of file scene_encoder.cc.

15 {
16 // TODO(bdero): Manage multi-pass translucency ordering.
17 commands_.push_back(command);
18}
list command
Definition: valgrind.py:24

The documentation for this class was generated from the following files: