PerformanceAssessment.PointsRendered Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.