In Ventilator's multitexturing example he blends oT0 and oT1 in a pixel shader with the alpha value of oT2. But, most computers cannot run pixel shaders. So can 2 textures be blended together through a vertex shader?


--Eric