From bbe46158e0527ff5b0d49f9766cc10b2d17b6457 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:14:00 -0800 Subject: [PATCH] Fix notes --- docs/ReleaseNotes.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index c14b4ce258..33aef462d0 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -26,16 +26,6 @@ The included licenses apply to the following files: post](https://devblogs.microsoft.com/directx/shader-model-6-9-dxr-1-2-and-agilitysdk-1-619-release) for more details. -#### Experimental Shader Model 6.10 - -- Moved Linear Algebra (Cooperative Vector) DXIL Opcodes to experimental Shader Model 6.10 -- Implement GetGroupWaveIndex and GetGroupWaveCount in experimental Shader Model 6.10. - - [proposal](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0048-group-wave-index.md) - - 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. - - GetGroupWaveCount: New intrinsic for Compute, Mesh, Amplification and Node - shaders which returns the total number of waves executing within the thread - group. - #### Noteble SPIR-V updates - Handle vector element assignment for asuint. [#8011](https://github.com/microsoft/DirectXShaderCompiler/issues/8011)