gfx::render::batch::ImplicitBatch
[−]
[src]
type ImplicitBatch<'a, T: ShaderParam> = (&'a Mesh<T>, Slice<T>, &'a ProgramHandle<T>, &'a T, &'a DrawState);
A batch that is constructed on the fly when rendering. Meant to be a struct, blocked by #614