Package

eu.joaocosta.minart.backend

defaults

Permalink

package defaults

Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultBackend[-A, +B] extends AnyRef

    Permalink

    Typeclass to fetch an implicit default backend (e.g.

    Typeclass to fetch an implicit default backend (e.g. Canvas or RenderLoop) for a cetain platform. This is used to power the Backend.apply() implementations. Ideally, an end user of the library should not need to implement this.

    Annotations
    @implicitNotFound( ... )

Value Members

  1. object DefaultBackend

    Permalink

Ungrouped