ThreadedExamples/example02_threaded_raytracing
Stephen Seo 13bf59dcc8 Experimental: remove use of mutex when threaded
In theory, it seems that each pixel is only written to once, regardless
of how many threads there are. Theoretically, this means that locks are
not required.
2021-08-24 18:30:15 +09:00
..
src Experimental: remove use of mutex when threaded 2021-08-24 18:30:15 +09:00
.clang-format Use clang-format to reformat sources 2021-08-24 12:42:18 +09:00
.clang-tidy Modify .clang-tidy, apply fixes/formatting 2021-08-24 14:14:42 +09:00
.clangd Add .clangd 2021-08-23 14:01:03 +09:00
.gitignore Rename example02 dir 2021-08-21 11:29:31 +09:00
.lvimrc Update 'example02_threaded_raytracing/.lvimrc' 2021-08-24 05:59:05 +00:00
clang_tidy_generation.sh Add command used to generate .clang-tidy 2021-08-24 14:17:27 +09:00
CMakeLists.txt Fix race-condition between clang-format and program 2021-08-24 15:02:37 +09:00
README.md Add README.md for Ex02 regarding third-party lib use 2021-08-24 12:14:07 +09:00

Legal stuff

Uses glm which is licensed under the "Happy Bunny License" or the MIT License.