Documentation
This commit is contained in:
parent
f2c8339c3f
commit
7ce7fe4889
4 changed files with 36 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ namespace gui {
|
|||
}
|
||||
|
||||
namespace opengl {
|
||||
/*!
|
||||
* \brief It takes a window object to get OpenGL context in current thread.
|
||||
* \param win Window to use to init the GLEW context
|
||||
* \return True: glew init, false: failed
|
||||
*/
|
||||
[[nodiscard]] bool init_glew(const gui::Window &win) noexcept;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue