@@ -0,0 +1,10 @@
+return {
+ summary = 'Drain the temporary vector pool.',
+ description = [[
+ Drains the temporary vector pool, invalidating existing temporary vectors.
+
+ This is called automatically at the end of each frame.
+ ]],
+ arguments = {},
+ returns = {}
+}