molecular
Public Member Functions | List of all members
molecular::gfx::GlfwOpenGlWindow Class Reference

Initializes a GLFWwindow with OpenGL capabilities. More...

#include <GlfwOpenGlWindow.h>

Public Member Functions

 GlfwOpenGlWindow (const char *title="molecular")
 
 ~GlfwOpenGlWindow ()
 
GLFWwindow * GetWindow ()
 Get contained GLFW window handle. More...
 
bool ShouldClose ()
 

Detailed Description

Initializes a GLFWwindow with OpenGL capabilities.

Constructor & Destructor Documentation

molecular::gfx::GlfwOpenGlWindow::GlfwOpenGlWindow ( const char *  title = "molecular")
explicit
molecular::gfx::GlfwOpenGlWindow::~GlfwOpenGlWindow ( )

Member Function Documentation

GLFWwindow* molecular::gfx::GlfwOpenGlWindow::GetWindow ( )
inline

Get contained GLFW window handle.

bool molecular::gfx::GlfwOpenGlWindow::ShouldClose ( )
inline

The documentation for this class was generated from the following files: