| context | 设备上下文。 | 
| positionOffset | 从探头位置缓冲区开始测量的偏移量。 | 
| positionCount | 要集成的探头数。 | 
| sampleCount | 要采样的次数。 | 
| maxLightsPerProbe | 每个探头的最大光照数。默认值为 4。 | 
| perProbeLightIndices | 包含每个探头光照索引的缓冲区切片。 | 
| probeOcclusionEstimateOut | 要写入探头遮挡估计的缓冲区切片。缓冲区的大小(以字节为单位)应为 maxLightsPerProbe * sizeof(float)。 | 
Result 返回代码。
集成遮挡。
积分器对每个探头位置进行球形采样。如果所有光线击中朝前的三角形或天空,则遮挡为 1。如果所有光线击中朝后的三角形,则遮挡为 0。
其他资源:InputExtraction.ComputeOcclusionLightIndicesFromBakeInput。