mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
725572de9c
Taking further advantage of dynamic quad allocation, we can now remove the multiple render passes in favor of allocating the quads and painting them from back to front. In turn, this means that we can reduce the amount of data that we store in the vertex, which simplifies the shaders a bit, at the expense of making the render code in rust a bit more complex. However, we can take advantage of stretching runs of cells with background colors in to a single quad. refs: #986 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |