Type Definition gfx_phase::TechResult [] [src]

type TechResult<'a, R, P> = (&'a Program<R>, P, &'a DrawState, Option<(InstanceCount, &'a [Attribute<R>])>);

Resulting type of the technique compilation.