@@ -8,6 +8,7 @@ public class ClearRTAfterTransparent : ScriptableRendererFeature
|
||||
{
|
||||
class ClearPass : ScriptableRenderPass
|
||||
{
|
||||
[System.Obsolete]
|
||||
public override void Execute(ScriptableRenderContext context, ref RenderingData renderingData)
|
||||
{
|
||||
CommandBuffer cmd = CommandBufferPool.Get("Clear RT After Transparent");
|
||||
|
||||
Reference in New Issue
Block a user