Browse Source

lovr.math.drain;

bjorn 6 years ago
parent
commit
ff7511dd64
2 changed files with 711 additions and 1240 deletions
  1. 701 1240
      api/init.lua
  2. 10 0
      api/lovr/math/drain.lua

File diff suppressed because it is too large
+ 701 - 1240
api/init.lua


+ 10 - 0
api/lovr/math/drain.lua

@@ -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 = {}
+}

Some files were not shown because too many files changed in this diff