Skip to content

Commit 73c645d

Browse files
authored
Addressing comments
1 parent 583e29c commit 73c645d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

llvm/docs/DirectX/DXContainer.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -496,14 +496,14 @@ signature and passed to the shader without requiring a constant buffer resource:
496496
#. **RegisterSpace**: The register space used for the binding.
497497
#. **Num32BitValues**: The number of 32-bit values included in this constant buffer.
498498

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.
499+
Root constants provide a fast way to pass small amounts of data directly to the shader without the
500+
overhead of creating and binding a constant buffer resource.
500501

501502
Root Descriptor
502503
~~~~~~~~~~~~~~~
503504

504-
Root descriptors provide a direct mechanism for binding individual resources to shader stages in the Direct3D 12
505-
rendering pipeline. They represent a critical interface for efficient resource management, allowing applications
506-
to specify how shader stages access specific GPU resources.
505+
Root descriptors provide a mechanism for binding individual resources to shader stages in the Direct3D 12
506+
rendering pipeline. They allow applications to specify how shader stages access specific GPU resources.
507507

508508
.. code-block:: cpp
509509
@@ -529,7 +529,8 @@ to specify how shader stages access specific GPU resources.
529529
};
530530
531531
Version 1.1 of Root Descriptors has introduced some flags that can hint the drivers into
532-
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>`_.
532+
performing further code optimizations. For details, check
533+
`Direct X documentation <https://learn.microsoft.com/en-us/windows/win32/direct3d12/root-signature-version-1-1#static-and-volatile-flags>`_.
533534

534535
Version 1.0 Root Descriptor
535536
'''''''''''''''''''''''''''

0 commit comments

Comments
 (0)