[Bf-blender-cvs] [ea058d61a45] soc-2021-adaptive-cloth: bli: generational_arena: add references

ishbosamiya noreply at git.blender.org
Mon Jul 5 17:33:37 CEST 2021


Commit: ea058d61a4548c10d60532c34d2e4150a369da7d
Author: ishbosamiya
Date:   Wed Jun 30 10:30:15 2021 +0530
Branches: soc-2021-adaptive-cloth
https://developer.blender.org/rBea058d61a4548c10d60532c34d2e4150a369da7d

bli: generational_arena: add references

===================================================================

M	source/blender/blenlib/BLI_generational_arena.hh

===================================================================

diff --git a/source/blender/blenlib/BLI_generational_arena.hh b/source/blender/blenlib/BLI_generational_arena.hh
index ed065256c53..b88316ca39b 100644
--- a/source/blender/blenlib/BLI_generational_arena.hh
+++ b/source/blender/blenlib/BLI_generational_arena.hh
@@ -52,6 +52,17 @@
  */
 /* TODO(ish): need to complete documentation */
 
+/**********************************************************************
+ * references
+ *
+ * RustConf 2018 - Closing Keynote - Using Rust For Game Development
+ * by Catherine West
+ * https://www.youtube.com/watch?v=aKLntZcp27M
+ *
+ * Rust crate `generational_arena`
+ * https://docs.rs/generational-arena/
+ *********************************************************************/
+
 #include <cstddef>
 #include <functional>
 #include <iterator>



More information about the Bf-blender-cvs mailing list