Struct TestCase
- Namespace
- FrameOfReference.Presentation
- Assembly
- FrameOfReference.Presentation.dll
A specific test-case (with target and graphics settings) to profile.
public struct TestCase
- Inherited Members
- Extension Methods
Fields
AntiAliasing
Run this test-case with 2x anti-aliasing.
public bool AntiAliasing
Field Value
AverageFps
The average "frames per second".
public float AverageFps
Field Value
AverageFrameMs
The average "milliseconds per frames".
public float AverageFrameMs
Field Value
GraphicsSettings
Boolean flags for Graphics.
public TestGraphicsSettings GraphicsSettings
Field Value
HighRes
Run this test-case with twice the default benchmark resolution.
public bool HighRes
Field Value
ParticleSystemQuality
The quality of CPU-based particle systems.
public Quality ParticleSystemQuality
Field Value
Screenshot
Create a screenshot of the rendering of this test-case?
public bool Screenshot
Field Value
Target
The camera settings to use.
public BenchmarkPoint<Vector2> Target
Field Value
- BenchmarkPoint<Vector2>
TestGraphicsSettingsUpperBound
The exclusive upper bound for values valid for GraphicsSettings.
public const int TestGraphicsSettingsUpperBound = 8
Field Value
WaterEffects
What kind of effects to display on water (e.g. reflections).
public WaterEffectsType WaterEffects