2022-05-21 10:49:37 +00:00
|
|
|
# Changelog for egui-wgpu
|
|
|
|
All notable changes to the `egui-wgpu` integration will be noted in this file.
|
2022-05-15 18:17:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
2022-09-07 12:20:21 +00:00
|
|
|
* Rename `RenderPass` to `Renderer`
|
|
|
|
* Rename `RenderPass::execute` to `RenderPass::render`
|
|
|
|
* Rename `RenderPass::execute_with_renderpass` to `Renderer::render_onto_renderpass`
|
|
|
|
* Reexport `Renderer`
|
2022-08-20 14:44:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.19.0 - 2022-08-20
|
2022-08-03 07:26:16 +00:00
|
|
|
* Enables deferred render + surface state initialization for Android ([#1634](https://github.com/emilk/egui/pull/1634)).
|
|
|
|
* Make `RenderPass` `Send` and `Sync` ([#1883](https://github.com/emilk/egui/pull/1883)).
|
2022-05-15 18:17:48 +00:00
|
|
|
|
2022-08-20 14:44:05 +00:00
|
|
|
|
2022-05-15 18:17:48 +00:00
|
|
|
## 0.18.0 - 2022-05-15
|
|
|
|
First published version since moving the code into the `egui` repository from <https://github.com/LU15W1R7H/eww>.
|