[SHAPES] Add more detail to comment for DrawPixel (#4344)

* Update raylib_api.* by CI

* Add comment that draw pixel uses geometry and may be slow

* Update raylib_api.* by CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jeffery Myers
2024-09-27 14:06:54 -07:00
committed by GitHub
parent 55e83468c9
commit 0573ef0382
5 changed files with 10 additions and 10 deletions

View File

@ -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": [
{