Skip to main content

Struct TreeGpuTimestampSummary

Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeGpuTimestampSummary : IEquatable<TreeGpuTimestampSummary>

Implements

IEquatable<TreeGpuTimestampSummary>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

TreeGpuTimestampSummary(float, float, uint)

public TreeGpuTimestampSummary(float GpuTimeMs, float QueueTimeMs, uint SampleCount)

Parameters

GpuTimeMs float

QueueTimeMs float

SampleCount uint

Properties

GpuTimeMs

public float GpuTimeMs { get; init; }

Property Value

float

QueueTimeMs

public float QueueTimeMs { get; init; }

Property Value

float

SampleCount

public uint SampleCount { get; init; }

Property Value

uint