diff options
| author | joaosaffran <126493771+joaosaffran@users.noreply.github.com> | 2025-03-03 11:38:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 11:38:56 -0800 |
| commit | e1d385a599450e50e2af203073c88555aa6ea2a6 (patch) | |
| tree | 90ad8ca3ce321d92a8f260c42851a08c58ff0658 | |
| parent | 93116c0070e23ccae03d490a598621ccc54fffc4 (diff) | |
Fix git errorusers/joaosaffran/129569
| -rw-r--r-- | llvm/docs/DirectX/DXContainer.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/DirectX/DXContainer.rst b/llvm/docs/DirectX/DXContainer.rst index ffef94c1e1ed..0e7026b03a60 100644 --- a/llvm/docs/DirectX/DXContainer.rst +++ b/llvm/docs/DirectX/DXContainer.rst @@ -399,8 +399,7 @@ SFI0 Part The SFI0 part encodes a 64-bit unsigned integer bitmask of the feature flags. This denotes which optional features the shader requires. The flag values are -defined in `llvm/include/llvm/BinaryFormat/DXContainerConstants.def -<https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/DXContainerConstants.def>`_. +defined in `llvm/include/llvm/BinaryFormat/DXContainerConstants.def <https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/DXContainerConstants.def>`_. Root Signature (RTS0) Part |
