present.lua 291 B

12345678910
  1. return {
  2. tag = 'window',
  3. summary = 'Present a frame to the window.',
  4. description = [[
  5. Presents the results of pending drawing operations to the window. This is automatically called
  6. after `lovr.draw` by the default `lovr.run` function.
  7. ]],
  8. arguments = {},
  9. returns = {}
  10. }