Browse Source

rm BlendMode 'replace';

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

+ 0 - 4
api/init.lua

@@ -5507,10 +5507,6 @@ return {
             {
               name = "screen",
               description = "The opposite of multiply: The pixel values are inverted, multiplied, and inverted again, resulting in a lightening effect."
-            },
-            {
-              name = "replace",
-              description = "The incoming pixel replaces the destination pixel."
             }
           },
           related = {

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

@@ -40,10 +40,6 @@ return {
         The opposite of multiply: The pixel values are inverted, multiplied, and inverted again,
         resulting in a lightening effect.
       ]]
-    },
-    {
-      name = 'replace',
-      description = 'The incoming pixel replaces the destination pixel.'
     }
   },
   related = {