2
0
bjorn 6 жил өмнө
parent
commit
71892bd40b

+ 0 - 4
api/init.lua

@@ -4976,10 +4976,6 @@ return {
             {
               name = "mirroredrepeat",
               description = "The texture will repeat, mirroring its appearance each time it repeats."
-            },
-            {
-              name = "clampzero",
-              description = "Pixels outside of 0-1 will appear black."
             }
           }
         }

+ 0 - 4
api/lovr/graphics/WrapMode.lua

@@ -15,10 +15,6 @@ return {
     {
       name = 'mirroredrepeat',
       description = 'The texture will repeat, mirroring its appearance each time it repeats.'
-    },
-    {
-      name = 'clampzero',
-      description = 'Pixels outside of 0-1 will appear black.'
     }
   }
 }