This commit is contained in:
Garux
2022-10-27 09:10:31 +03:00
parent b1e5581c60
commit 9d3d204018
289 changed files with 13557 additions and 33481 deletions

View File

@@ -33,11 +33,6 @@ public:
STRING_CONSTANT( Name, "*" );
GtkGLAPI(){
m_gtkgl.glwidget_new = &glwidget_new;
m_gtkgl.glwidget_swap_buffers = &glwidget_swap_buffers;
m_gtkgl.glwidget_make_current = &glwidget_make_current;
m_gtkgl.glwidget_destroy_context = &glwidget_destroy_context;
m_gtkgl.glwidget_create_context = &glwidget_create_context;
}
_QERGtkGLTable* getTable(){
return &m_gtkgl;