|
|
@ -876,7 +876,6 @@ namespace UnityEngine.Rendering.HighDefinition |
|
|
clearColor = Color.black, |
|
|
clearColor = Color.black, |
|
|
name = "Upscaler Color Mask" |
|
|
name = "Upscaler Color Mask" |
|
|
}); |
|
|
}); |
|
|
builder.ReadTexture(stencilBuffer); |
|
|
|
|
|
builder.SetRenderAttachment(output, 0); |
|
|
builder.SetRenderAttachment(output, 0); |
|
|
builder.SetRenderAttachmentDepth(inputDepth, AccessFlags.Read); |
|
|
builder.SetRenderAttachmentDepth(inputDepth, AccessFlags.Read); |
|
|
|
|
|
|
|
|
|