Macro let_engine::texture

source ·
macro_rules! texture {
    (
        $data:expr,
        $image_format:expr,
        $settings:expr,
    ) => { ... };
    (
        $data:expr,
        $image_format:expr,
        $layers:expr,
        $settings:expr,
    ) => { ... };
}
Expand description

Loads a texture to the engine using one of the supported file formats and returns a Texture.