Runtime [¶]
Interaction with Blend2D runtime.
Blend2D runtime limits.
These constants are used across Blend2D, but they are not designed to be ABI stable. New versions of Blend2D can increase certain limits without notice. Use runtime to query the limits dynamically, see BLRuntimeBuildInfo.
Constant | Description |
---|---|
BL_RUNTIME_MAX_IMAGE_SIZE | Maximum width and height of an image. |
BL_RUNTIME_MAX_THREAD_COUNT | Maximum number of threads for asynchronous operations (including rendering). |
Type of runtime information that can be queried through bl_runtime_query_info().
CPU architecture that can be queried by BLRuntime::query_system_info()
.
CPU features Blend2D supports.
Runtime cleanup flags that can be used through BLRuntime::cleanup()
.