Skip to content

Commit

Permalink
rendermax: note that this plugin needs testing and improvements
Browse files Browse the repository at this point in the history
rendermax: note that this plugin needs testing and improvements
  • Loading branch information
dhthwy committed Dec 28, 2023
1 parent 63928b5 commit ee61835
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/rendermax/renderer_light.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* TODO - important!
* Rendermax needs testing for thread related bugs
* due to the move from tinythread to std::thread and other
* standard library counterparts.
*
* It may also need improvements in regards to thread safety.
*/

#pragma once

#include <condition_variable>
Expand Down

0 comments on commit ee61835

Please sign in to comment.