Struct ProfilingSample
Profiling Sampler class.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Obsolete("Please use ProfilingScope")]
[IgnoredByDeepProfiler]
public struct ProfilingSample : IDisposable
Constructors
Name | Description |
---|---|
ProfilingSample(CommandBuffer, string, object) | Constructor |
ProfilingSample(CommandBuffer, string, params object[]) | Constructor. |
ProfilingSample(CommandBuffer, string, CustomSampler) | Constructor |
Methods
Name | Description |
---|---|
Dispose() | Dispose pattern implementation |