浏览代码

Update the kernel signature

/main
Evgenii Golubev 6 年前
当前提交
97460936
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Lighting/Volumetrics/VolumetricLighting.compute

4
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Lighting/Volumetrics/VolumetricLighting.compute


#else
[numthreads(GROUP_SIZE_2D, 1, 1)]
[numthreads(GROUP_SIZE_1D, GROUP_SIZE_1D, 1)]
uint groupThreadId : SV_GroupThreadID)
uint2 groupThreadId : SV_GroupThreadID)
{
// Reduce compile times if the feature is disabled.
}
正在加载...
取消
保存