浏览代码

HDRenderPipeline: Fix compilation on PS4 (error with INTRINSIC_BITFIELD_INSERT)

/feature-ReflectionProbeFit
sebastienlagarde 7 年前
当前提交
675720b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/Core/ShaderLibrary/Common.hlsl

2
ScriptableRenderPipeline/Core/ShaderLibrary/Common.hlsl


}
#endif // INTRINSIC_BITFIELD_EXTRACT_SIGN_EXTEND
#ifdef INTRINSIC_BITFIELD_INSERT
#ifndef INTRINSIC_BITFIELD_INSERT
// Inserts the bits indicated by 'mask' from 'src' into 'dst'.
uint BitFieldInsert(uint mask, uint src, uint dst)
{

正在加载...
取消
保存