Class VelloViewDiagnostics
Namespace: VelloSharp.Wpf.Integration
Assembly: VelloSharp.Integration.Wpf.dll
public sealed class VelloViewDiagnostics : INotifyPropertyChanged
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
FramesPerSecond
public double FramesPerSecond { get; }
Property Value
HasError
public bool HasError { get; }
Property Value
KeyedMutexContention
public long KeyedMutexContention { get; }
Property Value
LastError
public string? LastError { get; }
Property Value
SwapChainResets
public long SwapChainResets { get; }
Property Value
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler? PropertyChanged