Cargo Features

vello_encoding has no features set by default.

[dependencies]
vello_encoding = { version = "0.4.0", features = ["bump_estimate"] }
bump_estimate

Enables an optional GPU memory usage estimation utility. This can be used to perform additional computations in order to estimate the minimum required allocations for buffers backing bump-allocated GPU memory.