浏览代码

fix ambiguity error message in ps4 shader compiler

fix ambiguity error message in ps4 shader compiler
/main
mmikk 8 年前
当前提交
8f2bc45a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute

2
Assets/ScriptableRenderLoop/fptl/lightlistbuild-clustered.compute


}
iSpaceAvail = min(iSum,MAX_NR_COARSE_ENTRIES); // combined storage for both direct lights and reflection
InterlockedAdd(g_LayeredSingleIdxBuffer[0], iSpaceAvail, start); // alloc list memory
InterlockedAdd(g_LayeredSingleIdxBuffer[0], (uint) iSpaceAvail, start); // alloc list memory
}
int modelListCount[NR_LIGHT_MODELS]={0,0}; // direct light count and reflection lights

正在加载...
取消
保存