浏览代码

Remove unwanted commited hack on materialflags.compute

/main
RSlysz 6 年前
当前提交
bc6282b0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.render-pipelines.high-definition/HDRP/Lighting/LightLoop/materialflags.compute

1
com.unity.render-pipelines.high-definition/HDRP/Lighting/LightLoop/materialflags.compute


materialFeatureFlags |= MATERIAL_FEATURE_FLAGS_FROM_GBUFFER(posInput.positionSS);
}
}
materialFeatureFlags |= 1;
InterlockedOr(ldsFeatureFlags, materialFeatureFlags); //TODO: driver might optimize this or we might have to do a manual reduction
GroupMemoryBarrierWithGroupSync();

正在加载...
取消
保存