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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,6 @@ The SFI0 part encodes a 64-bit unsigned integer bitmask of the feature flags.
401
401
This denotes which optional features the shader requires. The flag values are
402
402
defined in `llvm/include/llvm/BinaryFormat/DXContainerConstants.def <https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/DXContainerConstants.def>`_.
403
403
404
-
405
404
Root Signature (RTS0) Part
406
405
--------------------------
407
406
.. _RTS0:
@@ -417,7 +416,7 @@ and static samplers. The structure uses a versioned design with offset-based ref
417
416
to allow for flexible serialization and deserialization.
418
417
419
418
Root Signature Header
420
-
~~~~~~~~~~~~~~~~~~~~~~~
419
+
~~~~~~~~~~~~~~~~~~~~~
421
420
422
421
.. code-block:: c
423
422
@@ -447,7 +446,7 @@ This header allows readers to navigate the binary representation of the root sig
447
446
providing counts and offsets to locate each component within the serialized data.
448
447
449
448
Root Parameter Header
450
-
~~~~~~~~~~~~~~~~~~~~~~~
449
+
~~~~~~~~~~~~~~~~~~~~~
451
450
452
451
.. code-block:: c
453
452
@@ -496,4 +495,5 @@ signature and passed to the shader without requiring a constant buffer resource:
496
495
#. **RegisterSpace**: The register space used for the binding.
497
496
#. **Num32BitValues**: The number of 32-bit values included in this constant buffer.
498
497
499
-
Root constants provide a fast way to pass small amounts of data directly to the shader without the overhead of creating and binding a constant buffer resource.
498
+
Root constants provide a fast way to pass small amounts of data directly to the shader without the
499
+
overhead of creating and binding a constant buffer resource.
0 commit comments