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 58 of file ../../src/ui/scenic/bin/app.h

Records