Version: 2022.3
Language : English
ShaderLab: commands
ShaderLab command: AlphaToMask

ShaderLab: grouping commands with the Category block

Use the Category block to group commands that set the render state, so that you can “inherit” the grouped rendering state within the block.

For example, your ShaderA program that runs on the GPU. More info
See in Glossary
object might have multiple SubShaders, each of which requires blending set to additive. You can use the Category block for that:

Shader "example" {
Category {
    Blend One One
    SubShader {
        // ...
    }
    SubShader {
        // ...
    }
    // ...
}
}

The Category block does not have an impact on shader performance; it is essentially the same as copy-pasting the code.

ShaderLab: commands
ShaderLab command: AlphaToMask
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961