pub trait Backend {
    type Primitive;
}
Expand description

The graphics backend of a Renderer.

Required Associated Types§

source

type Primitive

The custom kind of primitives this Backend supports.

Implementors§