Browse Source

Add a note about how the simulator doesn't support layers;

bjorn 8 months ago
parent
commit
f0782c7eba
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api/lovr/headset/Layer/init.lua

+ 2 - 0
api/lovr/headset/Layer/init.lua

@@ -17,6 +17,8 @@ return {
 
     Combined, all of this makes a massive difference in quality when rendering 2D content on a
     Layer, especially improving text readability.
+
+    Note that currently the VR simulator does not support layers.
   ]],
   constructor = 'lovr.headset.newLayer'
 }