PerformanceAssessment.PointsRendered Field

Definition

Number of points rendered in one frame.

public: Microsoft::Azure::RemoteRendering::PerformanceInformation PointsRendered;
public Microsoft.Azure.RemoteRendering.PerformanceInformation PointsRendered;
val mutable PointsRendered : Microsoft.Azure.RemoteRendering.PerformanceInformation
Public PointsRendered As PerformanceInformation 

Field Value

Remarks

This number also includes the points that are culled during rendering. That means, this number does not vary a lot across different camera positions, but the performance on the other hand may vary a lot, depending on the points culling rate.

Applies to

See also