Refactor editor windowing and update renderer regression
This commit is contained in:
@@ -269,6 +269,12 @@ namespace ProjectScripts
|
||||
public sealed class ProjectRendererInvalidationProbeFeature
|
||||
: ScriptableRendererFeature
|
||||
{
|
||||
public override void Create()
|
||||
{
|
||||
ProjectRendererInvalidationProbeState
|
||||
.CreateFeatureCallCount++;
|
||||
}
|
||||
|
||||
protected override void ReleaseRuntimeResources()
|
||||
{
|
||||
ProjectRendererInvalidationProbeState
|
||||
@@ -305,8 +311,6 @@ namespace ProjectScripts
|
||||
public ProjectRendererInvalidationProbeRendererData()
|
||||
: base(false)
|
||||
{
|
||||
ProjectRendererInvalidationProbeState
|
||||
.CreateFeatureCallCount++;
|
||||
rendererFeatures = new ScriptableRendererFeature[]
|
||||
{
|
||||
new ProjectRendererInvalidationProbeFeature()
|
||||
|
||||
Reference in New Issue
Block a user