Open kmcallister opened 9 years ago
e.g.
const UNIFORMS: Uniforms; fn vertex(v: Attributes) -> (vec4, Varyings) { ... } fn fragment(v: Varyings) -> vec4 { ... }
where those struct definitions are lifted up from glium (c.f. #2)
Discussed on Reddit.
e.g.
where those struct definitions are lifted up from glium (c.f. #2)