Function skybox_cubemap_fragment

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

Colors a skybox using a cubemap texture.