0025305: Visualization, TKOpenGl - support stipple line aspects within built-in GLSL...
[occt.git] / src / OpenGl / OpenGl_SetOfShaderPrograms.hxx
index 2b3cc25..0fd78b6 100644 (file)
 //! Standard GLSL program combination bits.
 enum OpenGl_ProgramOptions
 {
-  OpenGl_PO_ClipPlanes = 0x01, //!< handle clipping planes
-  OpenGl_PO_Point      = 0x02, //!< point marker
-  OpenGl_PO_VertColor  = 0x04, //!< per-vertex color
-  OpenGl_PO_TextureRGB = 0x08, //!< handle RGB   texturing
-  OpenGl_PO_TextureA   = 0x10, //!< handle Alpha texturing
-  OpenGl_PO_TextureEnv = 0x20, //!< handle environment map
-  OpenGl_PO_NB         = 0x40  //!< overall number of combinations
+  OpenGl_PO_ClipPlanes  = 0x01, //!< handle clipping planes
+  OpenGl_PO_Point       = 0x02, //!< point marker
+  OpenGl_PO_VertColor   = 0x04, //!< per-vertex color
+  OpenGl_PO_TextureRGB  = 0x08, //!< handle RGB   texturing
+  OpenGl_PO_TextureA    = 0x10, //!< handle Alpha texturing
+  OpenGl_PO_TextureEnv  = 0x20, //!< handle environment map
+  OpenGl_PO_StippleLine = 0x40, //!< stipple line
+  OpenGl_PO_NB          = 0x80  //!< overall number of combinations
 };
 
 //! Alias to programs array of predefined length