On Tue, Oct 27, 2009 at 12:10 PM, asimov03 <agg...@gm...> wrote:
> I need some help. I am trying to find the source code of the
> glReadPixels(...). I have looked and looked but not sure which file
> contains this. I did find the .h with the function declaration but not the
> code itself. I am using visual studio 2005 on winXP. Any help will be
> appreciated in locating this function.
>
Mesa uses a dispatch table. glReadPixels will be dispatched to
_mesa_ReadPixels
immediately.
|