Skip to content

Commit 3da10bd

Browse files
authored
Addressing comments
1 parent e1d385a commit 3da10bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/DirectX/DXContainer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ The SFI0 part encodes a 64-bit unsigned integer bitmask of the feature flags.
401401
This denotes which optional features the shader requires. The flag values are
402402
defined in `llvm/include/llvm/BinaryFormat/DXContainerConstants.def <https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/DXContainerConstants.def>`_.
403403

404-
405404
Root Signature (RTS0) Part
406405
--------------------------
407406
.. _RTS0:
@@ -417,7 +416,7 @@ and static samplers. The structure uses a versioned design with offset-based ref
417416
to allow for flexible serialization and deserialization.
418417

419418
Root Signature Header
420-
~~~~~~~~~~~~~~~~~~~~~~~
419+
~~~~~~~~~~~~~~~~~~~~~
421420

422421
.. code-block:: c
423422
@@ -447,7 +446,7 @@ This header allows readers to navigate the binary representation of the root sig
447446
providing counts and offsets to locate each component within the serialized data.
448447

449448
Root Parameter Header
450-
~~~~~~~~~~~~~~~~~~~~~~~
449+
~~~~~~~~~~~~~~~~~~~~~
451450

452451
.. code-block:: c
453452
@@ -496,4 +495,5 @@ signature and passed to the shader without requiring a constant buffer resource:
496495
#. **RegisterSpace**: The register space used for the binding.
497496
#. **Num32BitValues**: The number of 32-bit values included in this constant buffer.
498497

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

Comments
 (0)