Macro adi::textures

source ·
macro_rules! textures {
    ($decode:expr, $( $x:expr ),*) => { ... };
}
Expand description

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.