OCC22199 OpenGL memory leaks in TKOpenGl
[occt.git] / src / OpenGl / OpenGl_togl_closegroup.cxx
CommitLineData
7fd59977 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/*
8call_togl_closegroup (agroup)
9CALL_DEF_GROUP * agroup
10
11Opens the associated structure and sets the pointer
12at the end of the primitives.
13
14Method :
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
21void EXPORT
22call_togl_closegroup
23(
24 CALL_DEF_GROUP * agroup
25 )
26{
27 call_func_close_struct ();
28}