Browse Source

Update lovr.graphics.getSupported;

bjorn 6 years ago
parent
commit
b29bd4e916
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/graphics/getSupported.lua

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

@@ -12,7 +12,7 @@ return {
       description = 'A table of features and whether or not they are supported.',
       table = {
         {
-          name = 'computeshaders',
+          name = 'compute',
           type = 'boolean',
           description = 'Whether compute shaders are available.'
         },