Struct GpuProfilerSlice
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct GpuProfilerSlice
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
GpuProfilerSlice(string, uint, bool, double, double)
public GpuProfilerSlice(string label, uint depth, bool hasTime, double startMilliseconds, double endMilliseconds)
Parameters
label
string
depth
uint
hasTime
bool
startMilliseconds
double
endMilliseconds
double
Properties
Depth
public uint Depth { get; }
Property Value
DurationMilliseconds
public double DurationMilliseconds { get; }
Property Value
EndMilliseconds
public double EndMilliseconds { get; }
Property Value
HasTime
public bool HasTime { get; }
Property Value
Label
public string Label { get; }
Property Value
StartMilliseconds
public double StartMilliseconds { get; }