Skip to content

Commit 7dcad52

Browse files
authored
Update DXContainer.rst
1 parent 32fd3de commit 7dcad52

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
@@ -406,7 +406,7 @@ The RTS0 part comprises three data structures: ``RootSignatureHeader``,
406406
in the following sections. All ``RootParameters`` will be serialized following
407407
the order they were defined in the metadata representation.
408408

409-
The table bellow sumarizes the data being serialized as well as it's size. The
409+
The table below summarizes the data being serialized as well as it's size. The
410410
details of it part will be discussed in further details on the next sections
411411
of this document.
412412

@@ -417,7 +417,7 @@ Root Signature Header 24 1
417417
Root Parameter Headers 12 Many
418418
Root Parameter ================================ === Many
419419
Root Constants 12
420-
Root Descriptor Version 1.0 08
420+
Root Descriptor Version 1.0 8
421421
Root Descriptor Version 1.1 12
422422
Descriptors Tables Version 1.0 20
423423
Descriptors Tables Version 1.1 24
@@ -500,8 +500,6 @@ space as 2 32-bit values.
500500
In version 1.1, the root descriptor is 12 bytes. It matches the 1.0 descriptor
501501
but adds a 32-bit access flag.
502502

503-
Version 1.0 doesn't contain the flags available in version 1.1.
504-
505503
.. code-block:: c
506504
507505
struct RootDescriptor_V1_0 {

0 commit comments

Comments
 (0)