API Reference > Extension Classes > ExRender Classes > OdOpenGLAttribute Enumeration
OdOpenGLAttribute Enumeration
Syntax
C++
enum OdOpenGLAttribute { OdOpenGLAttribute_CullFace = 0x00, OdOpenGLAttribute_Blend = 0x01, OdOpenGLAttribute_Lighting = 0x02, OdOpenGLAttribute_Texture2D = 0x03, OdOpenGLAttribute_NTypes, OdOpenGLAttribute_Mask = 0x0F };

ExOpenGLMetafileStream.h

Members 
Description 
OdOpenGLAttribute_CullFace = 0x00 
GL_CULL_FACE - not frequent (initially disabled) 
OdOpenGLAttribute_Blend = 0x01 
GL_BLEND - not frequent (initially disabled) 
OdOpenGLAttribute_Lighting = 0x02 
GL_LIGHTING - very frequent. Called on each triangleOut, polylineOut operations. (!droppable) 
OdOpenGLAttribute_Texture2D = 0x03 
GL_TEXTURE_2D - very frequent. Called on each triangleOut, polylineOut operations. (!droppable) 
OdOpenGLAttribute_NTypes 
last + 1 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.