diff options
Diffstat (limited to 'docgen.lua')
| -rw-r--r-- | docgen.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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\ |
