Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
render_context_impeller.cc File Reference

Go to the source code of this file.

Macros

#define IMPELLER_PROC(name)   gl_procs["gl" #name] = (void*)&gl##name;
 

Functions

SKWASM_EXPORT bool skwasm_isWimp ()
 

Macro Definition Documentation

◆ IMPELLER_PROC

#define IMPELLER_PROC (   name)    gl_procs["gl" #name] = (void*)&gl##name;

Function Documentation

◆ skwasm_isWimp()

SKWASM_EXPORT bool skwasm_isWimp ( )

Definition at line 15 of file render_context_impeller.cc.

15 {
16 return true;
17}