summaryrefslogtreecommitdiff
path: root/docgen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'docgen.lua')
-rw-r--r--docgen.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/docgen.lua b/docgen.lua
index bb9560e..c1951b2 100644
--- a/docgen.lua
+++ b/docgen.lua
@@ -190,9 +190,9 @@ apiFile:write( "\n> RenderTexture = Userdata\n\
RenderTexture, fbo for texture rendering\
```\
renderTextureData = {\
- id = unsigned int, --OpenGL texture id\
- texture = Texture, --Texture base width\
- depth = Texture, --Texture base height\
+ id = unsigned int, --OpenGL framebuffer object id\
+ texture = Texture, --Color buffer attachment texture\
+ depth = Texture, --Depth buffer attachment texture\
}\
```\n\n---\n" )
apiFile:write( "\n> Font = Userdata\n\