mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05: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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user