1//! Rendering skylines at infinite distances. 2#[cfg(not(target_arch = "spirv"))] 3mod cpu; 4#[cfg(not(target_arch = "spirv"))] 5pub use cpu::*; 6 7pub mod shader;