Skip to content

Commit 3577ac4

Browse files
authored
[NFC] Remove experimental 6.10 features from release notes (#8130)
Remove experimental 6.10 features from the release notes. They are not accessible in release builds.
1 parent 5765af0 commit 3577ac4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/ReleaseNotes.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ The included licenses apply to the following files:
2626
post](https://devblogs.microsoft.com/directx/shader-model-6-9-dxr-1-2-and-agilitysdk-1-619-release)
2727
for more details.
2828

29-
#### Experimental Shader Model 6.10
30-
31-
- Moved Linear Algebra (Cooperative Vector) DXIL Opcodes to experimental Shader Model 6.10
32-
- Implement GetGroupWaveIndex and GetGroupWaveCount in experimental Shader Model 6.10.
33-
- [proposal](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0048-group-wave-index.md)
34-
- GetGroupWaveIndex: New intrinsic for Compute, Mesh, Amplification and Node shaders which returns the index of the wave within the thread group that the the thread is executing.
35-
- GetGroupWaveCount: New intrinsic for Compute, Mesh, Amplification and Node
36-
shaders which returns the total number of waves executing within the thread
37-
group.
38-
3929
#### Noteble SPIR-V updates
4030

4131
- Handle vector element assignment for asuint. [#8011](https://github.com/microsoft/DirectXShaderCompiler/issues/8011)

0 commit comments

Comments
 (0)