pub fn implicit_isosceles_vertex(
vertex_index: u32,
out_color: &mut Vec4,
clip_pos: &mut Vec4,
)
Expand description
Simple vertex shader with an implicit isosceles triangle.
This shader gets run with three indices and draws a triangle without using any other data from the CPU.