mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
docs: add missing args description
This commit is contained in:
parent
340ed76d11
commit
01b99f1cf5
1 changed files with 3 additions and 1 deletions
|
@ -1847,7 +1847,9 @@ public:
|
|||
* @brief Sets the drawing target for the rasterization.
|
||||
*
|
||||
* @param[in] instance WGPUInstance, context for all other wgpu objects.
|
||||
* @param[in] surace WGPUSurface, handle to a presentable surface.
|
||||
* @param[in] surface WGPUSurface, handle to a presentable surface.
|
||||
* @param[in] w The width of the surface.
|
||||
* @param[in] h The height of the surface.
|
||||
*
|
||||
* @retval Result::InsufficientCondition if the canvas is performing rendering. Please ensure the canvas is synced.
|
||||
* @retval Result::NonSupport In case the wg engine is not supported.
|
||||
|
|
Loading…
Add table
Reference in a new issue