We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac6f8f commit f327afeCopy full SHA for f327afe
CHANGELOG.md
@@ -48,6 +48,10 @@ Bottom level categories:
48
49
- Unconditionally enable `Features::CLIP_DISTANCES`. By @ErichDonGubler in [#9270](https://github.com/gfx-rs/wgpu/pull/9270).
50
51
+#### DX12
52
+
53
+- Added support for mesh shaders in naga's HLSL writer, completing DX12 support for mesh shaders. By @inner-daemons in #8752.
54
55
### Changes
56
57
#### General
@@ -341,10 +345,6 @@ Migrated from the `max_inter_stage_shader_components` limit to `max_inter_stage_
341
345
342
346
### General
343
347
344
-#### DX12
-
-- Added support for mesh shaders in naga's HLSL writer, completing DX12 support for mesh shaders. By @inner-daemons in #8752.
348
### Bug Fixes
349
350
0 commit comments