Flutter Engine
The Flutter Engine
|
#include "impeller/renderer/command.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
Functions | |
template<typename T > | |
T::VertInfo * | impeller::GetVertInfo (const Command &command) |
Retrieve the [VertInfo] struct data from the provided [command]. More... | |
template<typename T > | |
T::FragInfo * | impeller::GetFragInfo (const Command &command) |
Retrieve the [FragInfo] struct data from the provided [command]. More... | |