Enum sciter::GFX_LAYER [] [src]

#[repr(C)]
pub enum GFX_LAYER { AUTO, CPU, SKIA_CPU, SKIA_OPENGL, }

Explicitly set a sciter graphics layer.

Variants

An auto-selected backend.

Depends on OS: GDI, Cairo or CoreGraphics.

Skia backend with CPU rasterization mode.

Skia backend with OpenGL rendering.

Trait Implementations

impl Debug for GFX_LAYER
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GFX_LAYER

impl Sync for GFX_LAYER