[][src]Crate rendy_init

Simple rendy initialization. Takes most bolierplate required for init rendy on different platforms/backends. It is still possible to construct everything manually if your case is not supported by this module.

Structs

Rendy

Initialized rendy instance without window. Create with Rendy::init.

RendyAutoInitError

Error type that may be returned by AnyRendy::init_auto

Enums

AnyRendy
RendyInitError

Error during rendy initialization

Constants

BASIC_PRIORITY

Functions

available_backends

Get available backends

pick_backend