unknown 3 years ago
parent
commit
37a7b3c028
2 changed files with 483 additions and 787 deletions
  1. 480 784
      api/init.lua
  2. 3 3
      api/lovr/graphics/getDevice.lua

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


+ 3 - 3
api/lovr/graphics/getDevice.lua

@@ -11,7 +11,7 @@ return {
         {
         {
           name = 'id',
           name = 'id',
           type = 'number',
           type = 'number',
-          description = 'The vendor-unique number for this device.'
+          description = 'The vendor-unique number for this GPU.'
         },
         },
         {
         {
           name = 'vendor',
           name = 'vendor',
@@ -60,7 +60,7 @@ return {
       <tbody>
       <tbody>
         <tr>
         <tr>
           <td><code>0x1002</code></td>
           <td><code>0x1002</code></td>
-          <td>Advanced Micro Devices Inc.</td>
+          <td>Advanced Micro Devices, Inc.</td>
         </tr>
         </tr>
         <tr>
         <tr>
           <td><code>0x8086</code></td>
           <td><code>0x8086</code></td>
@@ -73,7 +73,7 @@ return {
       </tbody>
       </tbody>
     </table>
     </table>
 
 
-    It is not currently possible to get the version of the GPU driver, although this could be added.
+    It is not currently possible to get the version of the driver, although this could be added.
 
 
     Regarding multiple GPUs: If OpenXR is enabled, the OpenXR runtime has control over which GPU is
     Regarding multiple GPUs: If OpenXR is enabled, the OpenXR runtime has control over which GPU is
     used, which ensures best compatibility with the VR headset.  Otherwise, the "first" GPU returned
     used, which ensures best compatibility with the VR headset.  Otherwise, the "first" GPU returned

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