doc: updated the WgCanvas api doc

This commit is contained in:
Hermet Park 2024-06-12 12:43:39 +09:00
parent 7e493f91f2
commit 45bf996a19

View file

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