|
@@ -272,7 +272,7 @@ return {
|
|
name = "draw",
|
|
name = "draw",
|
|
tag = "callbacks",
|
|
tag = "callbacks",
|
|
summary = "Called continuously to render frames to the display.",
|
|
summary = "Called continuously to render frames to the display.",
|
|
- description = "This callback is called every frame. Use it to render the scene. If a VR headset is connected, this function will be called twice per frame (once for each eye) and the function will instead draw to the headset's display.",
|
|
|
|
|
|
+ description = "This callback is called every frame. Use it to render the scene. If a VR headset is connected, anything rendered by this function will appear in the headset display.",
|
|
key = "lovr.draw",
|
|
key = "lovr.draw",
|
|
module = "lovr",
|
|
module = "lovr",
|
|
related = {
|
|
related = {
|