Fix typo on graphics pipeline layout info
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9e310c1a50
commit
4ae140c7c3
|
@ -6,7 +6,7 @@ weight: 4
|
||||||
|
|
||||||
You finally get a bit of a break for now, because this one is easy.
|
You finally get a bit of a break for now, because this one is easy.
|
||||||
|
|
||||||
`GraphicsPipelineLayoutInfo` just tells the graphics pipeline how many shaders you will be sampling in each shader stage.
|
`GraphicsPipelineLayoutInfo` just tells the graphics pipeline how many samplers you will be using in each shader stage.
|
||||||
|
|
||||||
```cs
|
```cs
|
||||||
var myPipelineLayoutInfo = new GraphicsPipelineLayoutInfo
|
var myPipelineLayoutInfo = new GraphicsPipelineLayoutInfo
|
||||||
|
|
Loading…
Reference in New Issue