Function skybox_equirectangular_fragment

Source
pub fn skybox_equirectangular_fragment(
    texture: &Image2d,
    sampler: &Sampler,
    local_pos: Vec3,
    out_color: &mut Vec4,
)
Expand description

Fragment shader that colors a skybox using an equirectangular texture.