summaryrefslogtreecommitdiff
path: root/docgen.lua
diff options
context:
space:
mode:
authorjussi2025-01-16 19:58:28 +0200
committerjussi2025-01-16 19:58:28 +0200
commit6ddaea56a5b2181880da194f28d10c4710979c71 (patch)
treed416597f2236149e6fba69fbbad1663f87cd7484 /docgen.lua
parent5d70906aaf6f4336adcf1d96100b2150db4df904 (diff)
downloadreilua-enhanced-6ddaea56a5b2181880da194f28d10c4710979c71.tar.gz
reilua-enhanced-6ddaea56a5b2181880da194f28d10c4710979c71.tar.bz2
reilua-enhanced-6ddaea56a5b2181880da194f28d10c4710979c71.zip
BUFFER_UNSIGNED_LONG and BUFFER_LONG.
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\