Class PieMetrics
- Namespace
- Pie
- Assembly
- Pie.dll
Various useful and interesting Pie metrics.
public static class PieMetrics
- Inheritance
-
PieMetrics
- Inherited Members
Fields
DrawCalls
The total number of draw calls in this frame.
public static ulong DrawCalls
Field Value
- ulong
- Various useful and interesting Pie metrics.
IndexBufferCount
The total number of index buffers currently active in the application.
public static ulong IndexBufferCount
Field Value
- ulong
- Various useful and interesting Pie metrics.
TriCount
The total number of tris/polygons rendered in this frame.
public static ulong TriCount
Field Value
- ulong
- Various useful and interesting Pie metrics.
UniformBufferCount
The total number of uniform/constant buffers currently active in the application.
public static ulong UniformBufferCount
Field Value
- ulong
- Various useful and interesting Pie metrics.
Version
Pie's assembly version.
public static readonly Version Version
Field Value
- Version
- Various useful and interesting Pie metrics.
VertexBufferCount
The total number of vertex buffers currently active in the application.
public static ulong VertexBufferCount
Field Value
- ulong
- Various useful and interesting Pie metrics.