Browse Source

TextureWrap -> WrapMode;

bjorn 5 years ago
parent
commit
6127d0d04d
2 changed files with 307 additions and 1510 deletions
  1. 306 1509
      api/init.lua
  2. 1 1
      api/lovr/graphics/newCanvas.lua

File diff suppressed because it is too large
+ 306 - 1509
api/init.lua


+ 1 - 1
api/lovr/graphics/newCanvas.lua

@@ -99,7 +99,7 @@ return {
     }
   },
   notes = [[
-    Textures created by this function will have `clamp` as their `TextureWrap`.
+    Textures created by this function will have `clamp` as their `WrapMode`.
 
     Stereo Canvases will either have their width doubled or use array textures for their
     attachments, depending on their implementation.

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