C# Class Microsoft.Xna.Framework.Graphics.GraphicsMetrics

A snapshot of rendering statistics from GraphicsDevice.Metrics to be used for runtime debugging and profiling.
Show file Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Methods

Method Description
operator ( ) : GraphicsMetrics

Returns the difference between two sets of metrics.

Method Details

operator() public static method

Returns the difference between two sets of metrics.
public static operator ( ) : GraphicsMetrics
return GraphicsMetrics