gfx::render::batch::Implicit [] [src]

type Implicit<'a, T: ShaderParam> = (&'a Mesh<T::Resources>, Slice<T::Resources>, &'a ProgramHandle<T::Resources>, &'a T, &'a DrawState);

A batch that is constructed on the fly when rendering. Meant to be a struct, blocked by #614