Fixed Point coordinates

Hi,

While computing coordinates of a pixel using fixed point arithmatic, what generally OpenGL ES implementations do to coordinate values, round to nearest integer or truncate?

Thanks
manja

The OpenGL spec defines all rounding behavior. It’s too many details to be answered here, but check out the document and read through the chapter on rasterization.

  • HM

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.