OCC22354 Bug in Overlay Text rendering
[occt.git] / src / OpenGl / OpenGl_togl_closegroup.cxx
1
2 #include <OpenGl_tgl_all.hxx>
3 #include <InterfaceGraphic_Graphic3d.hxx>
4 #include <OpenGl_tgl.hxx>
5 #include <OpenGl_tgl_funcs.hxx>
6
7 /*
8 call_togl_closegroup (agroup)
9 CALL_DEF_GROUP * agroup
10
11 Opens the associated structure and sets the pointer
12 at the end of the primitives.
13
14 Method :
15
16 - go to the end of the group in the specified structure.
17 - skip the structure element which set all attributes of the structure.
18
19 */
20
21 void EXPORT
22 call_togl_closegroup
23 (
24  CALL_DEF_GROUP * agroup
25  )
26 {
27   call_func_close_struct ();
28 }