api: clean form++

This commit is contained in:
Hermet Park 2024-09-06 14:30:42 +09:00
parent e2e4fc6964
commit dd6ad0fc6e

View file

@ -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.
* *