From 0314f88d7ba4902260dc4d4fdd185a076e37ec3d Mon Sep 17 00:00:00 2001 From: Artavazd Balaian Date: Fri, 3 Feb 2023 20:02:42 +0800 Subject: [PATCH] chore: Add details into CHANGELOG.md as bugfix for GLES --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bb864aa6..c4770223f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,10 @@ Bottom level categories: - Fix DXC validation issues when using a custom `dxil_path`. By @Elabajaba in [#3434](https://github.com/gfx-rs/wgpu/pull/3434) +#### GLES + +- [gles] fix: Set FORCE_POINT_SIZE if it is vertex shader with mesh consist of point list. By @REASY in [3440](https://github.com/gfx-rs/wgpu/pull/3440) + #### General - `copyTextureToTexture` src/dst aspects must both refer to all aspects of src/dst format. By @teoxoy in [#3431](https://github.com/gfx-rs/wgpu/pull/3431)