-Welcome CoreLL (short of Core Low Level) - our new core layer. Notice the `ll` suffix on the libraries in the repository: `corell`, `backend/vulkanll`, `backend/dx12ll`, etc. The groundwork has been mostly done by [msiglreith](https://github.com/msiglreith) - our one-one army. [JohnColanduoni](https://github.com/JohnColanduoni) contributed the Metal implementation, while [I](https://github.com/kvark) made D3D12 a reality. For some time, `ll` libraries co-existed with the regular ones covered by a single `trianglell` example, while @msiglreith worked hard to integrate them into the mainstream by porting `gfx_render` (known simply as `gfx`), `gfx_app` and all the examples to the new API. The work is far from being done yet (see a short overview [here](https://github.com/gfx-rs/gfx/files/1145735/gfx-rs.LL.integration.pdf)), but today we reached an important milestone - the first batch of integration changes is coming in this [humongous PR](https://github.com/gfx-rs/gfx/pull/1391).
0 commit comments