#pragma once

#include "crStruct.h"

namespace crTextureLoader
{
    // Loads a baked .ktx2 (transcoding to the best GPU format if needed) and applies
    // sampler state from its crtex_* key/value metadata (written by ktx_compress.py).
    crTexture Load( const char* path );
}
