《基于MFC的OpenGL编程》Part 12 Creating and Using Display Lists
《基于MFC的OpenGL编程》Part 12 Creating and Using Display Lists2010-05-02 博客园 Phinecos(洞庭散人)本文对第11篇文章进行修改,使用显示列表来存储渲染命令。显示列表OpenGL provides a facility to create a preprocessed set of OpenGL commands called a display list. Creating a disp...