mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
api: clean form++
This commit is contained in:
parent
e2e4fc6964
commit
dd6ad0fc6e
1 changed files with 2 additions and 1 deletions
|
@ -1745,7 +1745,8 @@ public:
|
||||||
* @param[in] surface 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] w The width of the surface.
|
||||||
* @param[in] h The height of the surface.
|
* @param[in] h The height of the surface.
|
||||||
* @param[in] device WGPUDevice: desired handle for the WebGPU device. If it is nullptr, ThorVG will assign an appropriate device internally.
|
* @param[in] device WGPUDevice, a desired handle for the wgpu device. If it is @c nullptr, ThorVG will assign an appropriate device internally.
|
||||||
|
*
|
||||||
* @retval Result::InsufficientCondition if the canvas is performing rendering. Please ensure the canvas is synced.
|
* @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.
|
* @retval Result::NonSupport In case the wg engine is not supported.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue