mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
doc: updated the WgCanvas api doc
This commit is contained in:
parent
7e493f91f2
commit
45bf996a19
1 changed files with 4 additions and 1 deletions
|
@ -1789,7 +1789,10 @@ public:
|
|||
~WgCanvas();
|
||||
|
||||
/**
|
||||
* @brief Sets the target window for the rasterization.
|
||||
* @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.
|
||||
*
|
||||
* @warning Please do not use it, this API is not official one. It could be modified in the next version.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue