mirror of
https://github.com/galacean/engine.git
synced 2026-06-05 10:51:26 +08:00
fix: shaderlab doc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -35,7 +35,7 @@ Pass "PassName" {
|
||||
2. Pass 全局变量域中声明指定
|
||||
|
||||
```
|
||||
BlendState blendState {
|
||||
BlendState {
|
||||
渲染状态属性 = 属性值;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user