Function bloom_vertex

Source
pub fn bloom_vertex(
    vertex_index: u32,
    in_id: u32,
    out_uv: &mut Vec2,
    out_id: &mut u32,
    out_clip_pos: &mut Vec4,
)
Expand description

Bloom vertex shader.

This is a pass-through vertex shader to facilitate a bloom effect.