[Mesa-dev] Mesa Library questions
ZhiLi
ditto_zhili at hotmail.com
Fri Jul 26 18:18:36 PDT 2013
Hello everyone,
I am an university student working on school project related to OpenGL.
Now I am using mesa library (version 9.0.3) as an implementation of OpenGL.
I have a few questions about Mesa library.
glBegin()/glEnd() pair is used for immediate mode rendering, so
I study the source code to find out
how these functions work.
In file
"vbo_exec_api.c" line 800, the comment says function vbo_exec_Begin is
called via glBegin().
However, in all library files, I cannot find where
and how glBegin() calls the function.
Could you give some hints and
explanations? I am really appreciating your help. Thanks.
Li Zhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130727/75c4ebb6/attachment.html>
More information about the mesa-dev
mailing list