Skip to content

Commit 1ef6d21

Browse files
Readme: fix typo in "Pipelines"
1 parent 9f4fa28 commit 1ef6d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RenderStatePackager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DRSN is a JSON-based description that mirrors core structures. The JSON file con
4141

4242
* *Shaders* sections defines shaders
4343
* *ResourceSignatures* section contains the descriptions of pipeline resource signatures
44-
* *Pipeleines* section describes pipeline states
44+
* *Pipelines* section describes pipeline states
4545

4646
**Important**: all shader, signature and pipeline resource names in an archive must be unique.
4747

@@ -100,7 +100,7 @@ Example of a DRSN file:
100100
"UseCombinedTextureSamplers": true
101101
}
102102
],
103-
"Pipeleines": [
103+
"Pipelines": [
104104
{
105105
"PSODesc": {
106106
"Name": "My PSO 0",
@@ -151,7 +151,7 @@ If shaders are used by a single pipeline state, they can be defined inline in th
151151

152152
```json
153153
{
154-
"Pipeleines": [
154+
"Pipelines": [
155155
{
156156
"PSODesc": {
157157
"Name": "My PSO 1",

0 commit comments

Comments
 (0)