bjorn 1 year ago
parent
commit
80a03a4dba
2 changed files with 10 additions and 0 deletions
  1. 5 0
      api/init.lua
  2. 5 0
      api/lovr/graphics/Pass/getTallyBuffer.lua

+ 5 - 0
api/init.lua

@@ -18678,6 +18678,11 @@ return {
                       description = "An offset in the buffer where results will be written."
                       description = "An offset in the buffer where results will be written."
                     }
                     }
                   }
                   }
+                },
+                {
+                  description = "Unset the tally buffer.",
+                  arguments = {},
+                  returns = {}
                 }
                 }
               }
               }
             },
             },

+ 5 - 0
api/lovr/graphics/Pass/getTallyBuffer.lua

@@ -24,6 +24,11 @@ return {
     {
     {
       arguments = {},
       arguments = {},
       returns = { 'buffer', 'offset' }
       returns = { 'buffer', 'offset' }
+    },
+    {
+      description = 'Unset the tally buffer.',
+      arguments = {},
+      returns = {}
     }
     }
   },
   },
   related = {
   related = {