BUFFER_UNSIGNED_LONG and BUFFER_LONG.

This commit is contained in:
jussi
2025-01-16 19:58:28 +02:00
parent 5d70906aaf
commit 6ddaea56a5
7 changed files with 93 additions and 16 deletions

View File

@@ -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\