Function skybox_vertex

Source
pub fn skybox_vertex(
    camera_index: u32,
    vertex_index: u32,
    slab: &[u32],
    local_pos: &mut Vec3,
    clip_pos: &mut Vec4,
)
Expand description

Vertex shader for a skybox.