Skip to content

Commit

Permalink
shaders: fix setting name in README.md (#8926)
Browse files Browse the repository at this point in the history
Example shows attribute `experimental.pixelShaderEffect`, should be `experimental.pixelShaderPath`
  • Loading branch information
mikepowell authored Jan 28, 2021
1 parent b502e0e commit 37cbcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/PixelShaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ float4 main(float4 pos : SV_POSITION, float2 tex : TEXCOORD) : SV_TARGET
Save this file as `C:\temp\invert.hlsl`, then update a profile with the setting:

```
"experimental.pixelShaderEffect": "C:\\temp\\invert.hlsl"
"experimental.pixelShaderPath": "C:\\temp\\invert.hlsl"
```

Once the settings file is saved, open a terminal with the changed profile. It should now invert the colors of the screen!
Expand Down

0 comments on commit 37cbcc3

Please sign in to comment.