From ed1a08474125624109db0f0acbccb7c02340a482 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sat, 23 Mar 2024 12:33:29 -0700 Subject: [PATCH] Changelog entry for Ray Query constants --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cdb8fed1c..65602b49042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -118,6 +118,7 @@ Bottom level categories: #### Naga - Allow user to select which MSL version to use via `--metal-version` with Naga CLI. By @pcleavelin in [#5392](https://github.com/gfx-rs/wgpu/pull/5392) +- Expose Ray Query flags as constants in WGSL. By @kvark in [#5429](https://github.com/gfx-rs/wgpu/pull/5429) ### Bug Fixes