You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/LLGL/ImageFlags.h
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,8 @@ struct LLGL_DEPRECATED("LLGL::DstImageDescriptor is deprecated since 0.04b; Use
217
217
\param[in] extent Specifies the extent of the image. This is required
218
218
\param[in] threadCount Specifies the number of threads to use for conversion.
219
219
If this is less than 2, no multi-threading is used. If this is equal to \c LLGL_MAX_THREAD_COUNT,
220
-
the maximal count of threads the system supports will be used (e.g. 4 on a quad-core processor). By default 0.
220
+
the number of threads will be determined by the workload and the available CPU cores the system supports (e.g. 4 on a quad-core processor).
221
+
Note that this does not guarantee the maximum number of threads the system supports if the workload does not demand it. By default 0.
221
222
\param[in] copyUnchangedImage Specifies whether to copy the source buffer into the destination buffer if no conversion was necessary. By default false.
222
223
223
224
\return Number of bytes that have been written to the destination buffer.
0 commit comments