Browse Source

Update getSupported;

bjorn 7 years ago
parent
commit
439f26e72f
2 changed files with 8 additions and 8 deletions
  1. 4 4
      api/init.lua
  2. 4 4
      api/lovr/graphics/getSupported.lua

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


+ 4 - 4
api/lovr/graphics/getSupported.lua

@@ -12,14 +12,14 @@ return {
       description = 'A table of features and whether or not they are supported.',
       table = {
         {
-          name = 'writableblocks',
+          name = 'computeshaders',
           type = 'boolean',
-          description = 'Whether ShaderBlock objects can be created with the \'writable\' flag.'
+          description = 'Whether compute shaders are available.'
         },
         {
-          name = 'computeshaders',
+          name = 'singlepass',
           type = 'boolean',
-          description = 'Whether compute shaders are available.'
+          description = 'Whether single pass stereo rendering is supported.'
         }
       }
     }

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