Merge pull request #2307 from galacean/doc/fix-shaderlab

fix: shaderlab doc
This commit is contained in:
Bo Kou
2024-08-05 20:32:02 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ It can be specified in the following two ways:
2. Declaration in the global variable domain of Pass
```
BlendState blendState {
BlendState {
Rendering state property = Property value;
}
```

View File

@@ -35,7 +35,7 @@ Pass "PassName" {
2. Pass 全局变量域中声明指定
```
BlendState blendState {
BlendState {
渲染状态属性 = 属性值;
}
```