Enum sciter::host::GFX_LAYER [] [src]

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

Explicitly set a sciter graphics layer.

Variants

An auto-selected backend.

Depends on OS: GDI, Cairo or CoreGraphics.

A software rasterizer for Direct2D.

A hardware Direct2D mode.

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