Wayne Stambaugh
|
6ab1144ea3
|
Fix broken Doxygen comment specifiers.
Please note, ///> is not a valid Doxygen comment specifier. ///< is the
correct specifier to use for single line or short Doxygen comments.
|
2021-01-25 07:42:36 -05:00 |
Wayne Stambaugh
|
a1fae02427
|
Header clean up round 2.
|
2020-12-19 13:55:28 -05:00 |
Ian McInerney
|
9e6e9d0910
|
Replace remaining Boost mutexs with std::mutex
CHANGED: Replaced all MUTEX types with std::mutex
Replaced all MUTLOCK types with std::lock_guard
|
2019-05-03 17:13:20 -07:00 |
Maciej Suminski
|
b82ccc3b4e
|
Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context).
|
2016-06-13 16:43:33 +02:00 |
Maciej Suminski
|
5850b1ced0
|
GL_CONTEXT_MANAGER: Call SetCurrent() only when a different context is used.
|
2016-06-10 17:06:54 +02:00 |
Maciej Suminski
|
b83c148e10
|
Delete OpenGL context on GLCanvas subclasses destruction.
|
2016-06-03 15:46:13 +02:00 |
Maciej Suminski
|
01f32dd52c
|
GL_CONTEXT_MANAGER class to avoid unexpected GL context switches.
|
2016-06-03 15:46:12 +02:00 |