gfx::render::batch::BatchData [] [src]

type BatchData<'a, R: Resources> = (&'a Mesh<R>, AttributeIter, &'a Slice<R>, &'a DrawState);

Return type for Batch::get_data()`