bjorn 1 year ago
parent
commit
f5e961ade4
2 changed files with 2 additions and 8 deletions
  1. 1 2
      api/init.lua
  2. 1 6
      api/lovr/graphics/Texture/init.lua

+ 1 - 2
api/init.lua

@@ -23597,8 +23597,7 @@ return {
             },
             {
               name = "Texture Views",
-              tag = "texture-view",
-              description = "Textures can be created as \"views\" of another parent texture.  Views don't store any pixels themselves, but instead refer to a subset of the parent's layers or mipmap levels.  They can also use a different texture type from the parent."
+              tag = "texture-view"
             }
           }
         }

+ 1 - 6
api/lovr/graphics/Texture/init.lua

@@ -20,12 +20,7 @@ return {
     },
     {
       name = 'Texture Views',
-      tag = 'texture-view',
-      description = [[
-        Textures can be created as "views" of another parent texture.  Views don't store any pixels
-        themselves, but instead refer to a subset of the parent's layers or mipmap levels.  They can
-        also use a different texture type from the parent.
-      ]]
+      tag = 'texture-view'
     }
   }
 }