Flutter Impeller
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 }

Referenced by impeller::scene::Mesh::Render().


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