Browse Source

Rebuild; Fix dangling refs;

bjorn 4 years ago
parent
commit
ea05056071

File diff suppressed because it is too large
+ 3 - 2363
api/init.lua


+ 1 - 2
api/lovr/data/Image/init.lua

@@ -11,7 +11,6 @@ return {
     the raw image data.
     the raw image data.
   ]],
   ]],
   constructors = {
   constructors = {
-    'lovr.data.newImage',
-    'Canvas:newImage'
+    'lovr.data.newImage'
   }
   }
 }
 }

+ 7 - 0
api/lovr/graphics/init.lua

@@ -0,0 +1,7 @@
+return {
+  tag = 'modules',
+  summary = 'Renders graphics using the GPU.',
+  description = [[
+    Put dispenser here.
+  ]]
+}

+ 1 - 3
api/lovr/headset/animate.lua

@@ -42,8 +42,6 @@ return {
     be set up carefully to have the same structure as the models provided by the headset SDK.
     be set up carefully to have the same structure as the models provided by the headset SDK.
   ]],
   ]],
   related = {
   related = {
-    'lovr.headset.newModel',
-    'Model:animate',
-    'Model:pose'
+    'lovr.headset.newModel'
   }
   }
 }
 }

+ 1 - 6
api/lovr/headset/getDisplayMask.lua

@@ -66,10 +66,5 @@ return {
         lovr.graphics.setColor(0xffffff)
         lovr.graphics.setColor(0xffffff)
       end
       end
     end
     end
-  ]=],
-  related = {
-    'lovr.graphics.newMesh',
-    'lovr.graphics.setDepthTest',
-    'lovr.graphics.setStencilTest'
-  }
+  ]=]
 }
 }

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