Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 30 of file scene_encoder.h.

Member Function Documentation

◆ Add()

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

Definition at line 18 of file scene_encoder.cc.

18 {
19 // TODO(bdero): Manage multi-pass translucency ordering.
20 commands_.push_back(command);
21}

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