Skip to content

Commit b591fd8

Browse files
authored
Linking Direct X docs to details flags
1 parent 6a260b3 commit b591fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/DirectX/DXContainer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ to specify how shader stages access specific GPU resources.
529529
uint32_t Flags;
530530
};
531531
532-
The Root Descriptor structure has evolved to support two versions, providing enhanced flexibility and
533-
performance optimization capabilities.
532+
Version 1.1 of Root Descriptors has introduced some flags that can hint the drivers into
533+
performing further code optimizations. For details about it, check `Direct X documentation <https://learn.microsoft.com/en-us/windows/win32/direct3d12/root-signature-version-1-1#static-and-volatile-flags>`_.
534534

535535
Version 1.0 Root Descriptor
536536
'''''''''''''''''''''''''''

0 commit comments

Comments
 (0)