Browse Source

rm clampzero;

bjorn 6 years ago
parent
commit
3fa46c866d
2 changed files with 0 additions and 8 deletions
  1. 0 4
      api/init.lua
  2. 0 4
      api/lovr/graphics/WrapMode.lua

+ 0 - 4
api/init.lua

@@ -5155,10 +5155,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.'
     }
   }
 }