Skip to content

Commit

Permalink
core/inc: update BrPixelmapResizeBuffersTV() doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed Sep 28, 2024
1 parent 2546f86 commit 8d6e189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/inc/pm_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ br_error BrPixelmapResizeBuffers(br_pixelmap *screen, br_pixelmap **colour, br_p
* If \c *depth is NULL, recreation is forced.
* \param tv A br_token_value list containing additional options. Supported tokens are:
* - \c BRT_MSAA_SAMPLES_I32
* - \c BRT_WIDTH_I32 (defaults to \c screen->width)
* - \c BRT_HEIGHT_I32 (defaults to \c screen->height)
* - \c BRT_PIXEL_TYPE_U8 (colour buffer, defaults to \c screen->type)
* - \c BRT_PIXEL_BITS_I32 (depth buffer)
*
* \return Returns BRE_OK on success, or a BRE_* error code on failure.
*/
Expand Down

0 comments on commit 8d6e189

Please sign in to comment.