Share via


PerformanceAssessment.PolygonsRendered Field

Definition

Number of triangles rendered in one frame.

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

Field Value

Remarks

This number also includes the triangles 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 triangle culling rate.

Applies to

See also