diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index e95a14eac..ad0f0e1e5 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -620,11 +620,6 @@
"type": "Texture",
"name": "texture",
"description": "Color buffer attachment texture"
- },
- {
- "type": "Texture",
- "name": "depth",
- "description": "Depth buffer attachment texture"
}
]
},
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index a7a2ff688..f01ca101d 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -620,11 +620,6 @@ return {
type = "Texture",
name = "texture",
description = "Color buffer attachment texture"
- },
- {
- type = "Texture",
- name = "depth",
- description = "Depth buffer attachment texture"
}
}
},
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt
index e9a8a1315..c5ce48d1d 100644
--- a/parser/output/raylib_api.txt
+++ b/parser/output/raylib_api.txt
@@ -356,12 +356,11 @@ Struct 08: Texture (5 fields)
Field[3]: int height // Texture base height
Field[4]: int mipmaps // Mipmap levels, 1 by default
Field[5]: int format // Data format (PixelFormat type)
-Struct 09: RenderTexture (3 fields)
+Struct 09: RenderTexture (2 fields)
Name: RenderTexture
Description: RenderTexture, fbo for texture rendering
Field[1]: unsigned int id // OpenGL framebuffer object id
Field[2]: Texture texture // Color buffer attachment texture
- Field[3]: Texture depth // Depth buffer attachment texture
Struct 10: NPatchInfo (6 fields)
Name: NPatchInfo
Description: NPatchInfo, n-patch layout info
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index 9f4cfaa86..86121ed0a 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -119,10 +119,9 @@
-
+
-