fix: shaderlab doc

This commit is contained in:
Kbscript
2024-08-05 20:31:12 +08:00
parent 6a333bf3e9
commit 2bd518bc91
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 {
渲染状态属性 = 属性值;
}
```