Table of Contents

Interface IRenderStatistics

Namespace
HelixToolkit.SharpDX.Utilities
Assembly
HelixToolkit.SharpDX.dll
public interface IRenderStatistics

Properties

Camera

ICamera? Camera { get; set; }

Property Value

ICamera

FPSStatistics

IFrameStatistics FPSStatistics { get; }

Property Value

IFrameStatistics

FrameDetail

RenderDetail FrameDetail { get; set; }

Property Value

RenderDetail

FrustumTestTime

float FrustumTestTime { get; }

Property Value

float

LatencyStatistics

IFrameStatistics LatencyStatistics { get; }

Property Value

IFrameStatistics

NumCore3D

int NumCore3D { get; }

Property Value

int

NumDrawCalls

int NumDrawCalls { get; }

Property Value

int

NumModel3D

int NumModel3D { get; }

Property Value

int

NumTriangles

int NumTriangles { get; }

Property Value

int

Methods

GetDetailString()

string GetDetailString()

Returns

string

Reset()

void Reset()