conf.lua 275 B

1234567
  1. function lovr.conf(t)
  2. -- Request a stencil buffer for this app.
  3. -- Kludge: Only one of these should be needed, depending on driver,
  4. -- but we don't know which driver has been picked yet, so we set both.
  5. t.graphics.stencil = true
  6. t.headset.stencil = true
  7. end