浏览代码

Improve the comment

/main
Evgenii Golubev 7 年前
当前提交
cf214dfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/Core/ShaderLibrary/Common.hlsl

2
ScriptableRenderPipeline/Core/ShaderLibrary/Common.hlsl


}
#ifndef INTRINSIC_WAVEREADFIRSTLANE
// Warning: for correctness, the value you pass to the function must be constant across the wave!
// Warning: for correctness, the argument must have the same value across the wave!
TEMPLATE_1(WaveReadFirstLane, scalarValue, return scalarValue)
#endif

正在加载...
取消
保存