Macro adi::textures[]

macro_rules! textures {
    ( $ window : expr , $ decode : expr , $ ( $ x : expr ) , * ) => { ... };
}

Macro to load textures from files for the window.

The first texture file listed is indexed 0, and each subsequent texture increases by 1. See: sprites!() for example.