bjorn 1 rok temu
rodzic
commit
2035815384

+ 5 - 5
api/init.lua

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

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

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

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

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