mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
doc: updated the WgCanvas api doc
This commit is contained in:
parent
47b9866f8b
commit
41ffcf2bdf
1 changed files with 4 additions and 1 deletions
|
@ -1838,7 +1838,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