mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
doc: ++enhancement in Picture::load()
addressed supported raw data format. issue: https://github.com/thorvg/thorvg/issues/2648
This commit is contained in:
parent
0f17f6c69a
commit
54ea89ef6b
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ public:
|
|||
Result size(float* w, float* h) const noexcept;
|
||||
|
||||
/**
|
||||
* @brief Loads a raw data from a memory block with a given size.
|
||||
* @brief Loads raw data in ARGB8888 format from a memory block of the given size.
|
||||
*
|
||||
* ThorVG efficiently caches the loaded data using the specified @p data address as a key
|
||||
* when the @p copy has @c false. This means that loading the same data again will not result in duplicate operations
|
||||
|
|
Loading…
Add table
Reference in a new issue