Browse Source
Travis CI: API documentation update at 2020-02-28 18:28:54 UTC.
[ci package]
Commit: https://github.com/urho3d/Urho3D/commit/18c7230eb797e47d668211eb43478b32a17b5630
Message: Minor API update, bug fixes, cleanup.
* Remove undefined behavior caused by volatile variables in WorkQueue (volatile variables are not required to be thread-safe).
* Fix nasty DX11 bug caused by poor hash functions and likely hash collision in ShaderVariation.
* Relaxed FlagSet usage requirements.
* Various API extensions and code simplification.
* Const-correctness fixes.