zoukankan      html  css  js  c++  java
  • unity, multi pass shader中的surface pass

    今天尝试写一个multi pass shader,但其中有一个Pass是surface pass,总是莫名奇妙地报错。后来看到下面帖子:

    http://forum.unity3d.com/threads/achieving-a-multi-pass-effect-with-a-surface-shader.96393/

    此帖3楼中写道:“

    You can add arbitrary passes while using a surface shader.

    You just stick everything else in Pass {} tags and ensure that your surface shader isn't inside any of them (as Unity will generate them as it parses the surface shader).

    即multi Pass shader中的surface Pass都不要加Pass{}标签。因为surface Pass在编译时会自动生成Pass{}标签。

    ---

    另外一个相关的帖子:http://answers.unity3d.com/questions/354774/index.html?sort=oldest

  • 相关阅读:
    PG-日常管理
    PG-高可用(pgpool-Ⅱ)
    PG-基准测试
    PG-备份恢复
    PG-并发问题
    Go-常量
    Go-变量
    Oracle-11g升级PSU补丁
    Oracle-`sqlplus`工具使用技巧
    [CF1051F] The Shortest Statement
  • 原文地址:https://www.cnblogs.com/wantnon/p/4456787.html
Copyright © 2011-2022 走看看