// SPDX-License-Identifier: MIT OR Apache-2.0
// forge-ibl-bake ยท deveraux.dev
//! Public API for the forge-ibl-bake IBL texture pipeline.
//!
//! Load an equirectangular HDRI with `hdr::load_hdr_file`, configure with
//! `BakeParams`, then call `bake_all` to emit KTX2 textures. Zero forge_* deps.
//! PROVEN: all discriminator tests (white-furnace, BRDF boundary, determinism,
//! monotonic blur, point-source, KTX2 roundtrip) gate the public API surface.
pub use ;
pub use BakeError;
pub use ;