Qt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user