On 06/26/2013 07:13 AM, Brian Paul wrote:
On 06/26/2013 07:48 AM, Jose Fonseca wrote:
- Original Message -
In glapi_priv.h we always need the typedef for the GLclampx type
since GL_OES_fixed_point is now defined in glext.h but the
GLclampx type is not. GLclampx is not used by anything
On 06/26/2013 07:48 AM, Jose Fonseca wrote:
- Original Message -
In glapi_priv.h we always need the typedef for the GLclampx type
since GL_OES_fixed_point is now defined in glext.h but the
GLclampx type is not. GLclampx is not used by anything in glext.h
but we need it for GL ES dispatc
- Original Message -
> In glapi_priv.h we always need the typedef for the GLclampx type
> since GL_OES_fixed_point is now defined in glext.h but the
> GLclampx type is not. GLclampx is not used by anything in glext.h
> but we need it for GL ES dispatch.
> ---
> include/GL/glext.h