[][src]Module blend2d::runtime

Structs

BuildInfo

Blend2D build information.

CleanupFlags

Runtime cleanup flags that can be used through cleanup.

CpuFeatures

CPU features Blend2D supports.

MemoryInfo

Blend2D memory information that provides how much memory Blend2D allocated and some other details about memory use.

SystemInfo

System information queried by the runtime.

Enums

BuildType

Blend2D runtime build type.

CpuArch

CPU architecture that can be queried by query_system_info.

Functions

cleanup

Tell the runtime to clean up resources according to the specified CleanupFlags.

query_build_info

Queries the runtime's build info.

query_memory_info

Queries the runtime's memory info.

query_system_info

Queries the runtime's system info.