Skip to content

Commit 5303de8

Browse files
author
joaosaffran
committed
make a single PR
2 parents 15babc8 + 3da10bd commit 5303de8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/docs/DirectX/DXContainer.rst

Lines changed: 2 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
@@ -656,4 +655,3 @@ The StaticSamplerDesc structure defines all properties of a static sampler:
656655
#. RegisterSpace: The register space used for the binding.
657656
#. ShaderVisibility: Specifies which shader stages can access this sampler.
658657
For details, check `Sahder Visibility definition. <https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ne-d3d12-d3d12_shader_visibility>`_.
659-

0 commit comments

Comments
 (0)