glVertex 46 3rdparty/openexr/Imath/ImathGL.h inline void glVertex ( const Imath::V3f &v ) { glVertex3f(v.x,v.y,v.z); } glVertex 47 3rdparty/openexr/Imath/ImathGL.h inline void glVertex ( const Imath::V2f &v ) { glVertex2f(v.x,v.y); }