From the graphic primitives (in the Graphics directory), removed the QUADS,...
From the graphic primitives (in the Graphics directory), removed the QUADS, QUAD_STRIPS, and POLYGON types. These types are removed from OpenGL 3.x (3.2?) so we should avoid using them. All code that used these primitive types has been updated to use triangle primitive types.
parent
11334ed1
Please register or sign in to comment