1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Make egui_wgpu::RenderPass Send and Sync (#1883)

* Make RenderPass Send and Sync

* Add change to CHANGELOG

* Make CHANGELOG formatting match egui

* Add test
This commit is contained in:
Dylan Ancel
2022-08-03 09:26:16 +02:00
committed by GitHub
parent cb0d5a58ab
commit 1af446b9e8
2 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ All notable changes to the `egui-wgpu` integration will be noted in this file.
## Unreleased
Enables deferred render + surface state initialization for Android ([#1634](https://github.com/emilk/egui/pull/1634))
* 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)).
## 0.18.0 - 2022-05-15
First published version since moving the code into the `egui` repository from <https://github.com/LU15W1R7H/eww>.