Struct GpuProfilerFrame
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct GpuProfilerFrame
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
GpuProfilerFrame(double, IReadOnlyList<GpuProfilerSlice>)
public GpuProfilerFrame(double totalMilliseconds, IReadOnlyList<GpuProfilerSlice> slices)
Parameters
totalMilliseconds
double
slices
IReadOnlyList<GpuProfilerSlice>
Properties
Slices
public IReadOnlyList<GpuProfilerSlice> Slices { get; }
Property Value
IReadOnlyList<GpuProfilerSlice>
TotalMilliseconds
public double TotalMilliseconds { get; }