Namespaces
Enumerations
enum class RendererType : uint8_t
| Name | Value | Comments |
|---|---|---|
| NULL_RENDERER | 0 |
Send all rendering operations to void. |
| VULKAN | 1 |
Use Vulkan for rendering. |
What type of renderer is used by Scenic.
LINT.IfChange
Defined at line 62 of file ../../src/ui/scenic/bin/app.h
Records
Functions
-
void PrefetchBinary (zx_handle_t pkg_dir, const char * binary_path)Defined at line 795 of file ../../src/ui/scenic/bin/app.cc