File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ The RTS0 part comprises three data structures: ``RootSignatureHeader``,
406406in the following sections. All ``RootParameters `` will be serialized following
407407the 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
410410details of it part will be discussed in further details on the next sections
411411of this document.
412412
@@ -417,7 +417,7 @@ Root Signature Header 24 1
417417Root Parameter Headers 12 Many
418418Root 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.
500500In version 1.1, the root descriptor is 12 bytes. It matches the 1.0 descriptor
501501but 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 {
You can’t perform that action at this time.
0 commit comments