diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index 2e599496d..ca3b276cf 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -5274,7 +5274,7 @@
},
{
"name": "DrawPixel",
- "description": "Draw a pixel",
+ "description": "Draw a pixel using geometry [Can be slow, use with care]",
"returnType": "void",
"params": [
{
@@ -5293,7 +5293,7 @@
},
{
"name": "DrawPixelV",
- "description": "Draw a pixel (Vector version)",
+ "description": "Draw a pixel using geometry (Vector version) [Can be slow, use with care]",
"returnType": "void",
"params": [
{
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index 69ae07eda..b010e19cf 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -4614,7 +4614,7 @@ return {
},
{
name = "DrawPixel",
- description = "Draw a pixel",
+ description = "Draw a pixel using geometry [Can be slow, use with care]",
returnType = "void",
params = {
{type = "int", name = "posX"},
@@ -4624,7 +4624,7 @@ return {
},
{
name = "DrawPixelV",
- description = "Draw a pixel (Vector version)",
+ description = "Draw a pixel using geometry (Vector version) [Can be slow, use with care]",
returnType = "void",
params = {
{type = "Vector2", name = "position"},
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt
index 458d12da0..19abf2d00 100644
--- a/parser/output/raylib_api.txt
+++ b/parser/output/raylib_api.txt
@@ -2102,14 +2102,14 @@ Function 207: GetShapesTextureRectangle() (0 input parameters)
Function 208: DrawPixel() (3 input parameters)
Name: DrawPixel
Return type: void
- Description: Draw a pixel
+ Description: Draw a pixel using geometry [Can be slow, use with care]
Param[1]: posX (type: int)
Param[2]: posY (type: int)
Param[3]: color (type: Color)
Function 209: DrawPixelV() (2 input parameters)
Name: DrawPixelV
Return type: void
- Description: Draw a pixel (Vector version)
+ Description: Draw a pixel using geometry (Vector version) [Can be slow, use with care]
Param[1]: position (type: Vector2)
Param[2]: color (type: Color)
Function 210: DrawLine() (5 input parameters)
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index 140f4910d..13afbcb64 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -1297,12 +1297,12 @@
-
+
-
+