Programmable Primitive Processor...?

tmod

Junior Member
Mar 18, 2004
16
0
0
I read that this is to be included on the R5xx, possibly R4xx cards.

What exactly is it?

Thanks.
 

titanmiller

Platinum Member
Jan 5, 2003
2,123
2
81
I believe that would give the card the ability to render non-polygon based objects. With primitive rendering objects are described (mathematically) instead of saved as a 3d model, which is a collection of points (vertices).


Edit: just looked it up on Futuremark's vocabulary guide:
Primitive
This is the term used to describe a shape or object in the world of computer graphics. A primitive may simply be a single point or a line, or it could be a triangle or rectangle (quad). Most desktop graphics adapters produce primitives by interpolating vertices into the required shapes - they are then textured one at a time until the whole scene is complete.



Anybody correct me if I am wrong.