mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 03:48:15 +00:00
[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:
@@ -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"},
|
||||
|
Reference in New Issue
Block a user