浏览代码

fix texture allocation success status tracking

/main
Paul Melamed 6 年前
当前提交
7eb40bcb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Decal/DecalSystem.cs

1
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Decal/DecalSystem.cs


// updates textures, texture atlas indices and blend value
public void UpdateCachedMaterialData(CommandBuffer cmd)
{
instance.m_AllocationSuccess = true;
foreach (var pair in m_DecalSets)
{
pair.Value.UpdateCachedMaterialData(cmd);

正在加载...
取消
保存