Struct ProfilingScope
Scoped Profiling markers
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[IgnoredByDeepProfiler]
public struct ProfilingScope : IDisposable
Constructors
Name | Description |
---|---|
ProfilingScope(BaseCommandBuffer, ProfilingSampler) | Profiling Scope constructor |
ProfilingScope(CommandBuffer, ProfilingSampler) | Profiling Scope constructor |
ProfilingScope(ProfilingSampler) | Profiling Scope constructor |
Methods
Name | Description |
---|---|
Dispose() | Dispose pattern implementation |