From 6ddaea56a5b2181880da194f28d10c4710979c71 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 16 Jan 2025 19:58:28 +0200 Subject: BUFFER_UNSIGNED_LONG and BUFFER_LONG. --- docgen.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docgen.lua') 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\ -- cgit v1.2.3