You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/DirectX/DXContainer.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -529,8 +529,8 @@ to specify how shader stages access specific GPU resources.
529
529
uint32_t Flags;
530
530
};
531
531
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>`_.
0 commit comments