Hi all,
On 13/5/03 5:31 AM, "chris clepper" cclepper@artic.edu wrote:
daniel's other ifdef addition is a little curious though, why add an ifdef for GL_CLAMP_TO_EDGE ? can this be user defined option via the 'repeat' message?
GL_CLAMP_TO_EDGE is an openGL 1.2 feature I think. Microsoft's OpenGL interface is still 1.1 so the best we can do is GL_CLAMP if we use their headers.
Daniel