Skip to content

Commit

Permalink
Moved and renamed files for simplicity.
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-lira committed Aug 9, 2018
1 parent 45e783d commit d55fec3
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace UnityEngine.Experimental.Rendering.LightweightPipeline
{
[ExecuteInEditMode]
public class CustomDeferredRenderer : MonoBehaviour, IRendererSetup
public class OnTileDeferredRenderer : MonoBehaviour, IRendererSetup
{
GBufferAndLightingPass m_GBufferAndLightingPass;

Expand All @@ -21,8 +21,6 @@ public void Setup(ScriptableRenderer renderer, ref ScriptableRenderContext conte
renderer.Clear();
renderer.EnqueuePass(m_GBufferAndLightingPass);
}


}
}

8 changes: 8 additions & 0 deletions Assets/_Completed/Shaders.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d55fec3

Please sign in to comment.