rename GGLContext to just GLContext
This commit is contained in:
parent
db94c017bf
commit
045eec282a
2 changed files with 6 additions and 6 deletions
|
@ -22,9 +22,9 @@ class QOpenGLContext;
|
|||
class GMainWindow;
|
||||
class GRenderWindow;
|
||||
|
||||
class GGLContext : public Frontend::GraphicsContext {
|
||||
class GLContext : public Frontend::GraphicsContext {
|
||||
public:
|
||||
explicit GGLContext(QOpenGLContext* shared_context);
|
||||
explicit GLContext(QOpenGLContext* shared_context);
|
||||
|
||||
void MakeCurrent() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue