PixelLightAPI
.
|
#include <Types.h>
Public Attributes | |
PLCore::uint32 | nRenderStateChanges |
PLCore::uint32 | nSamplerStateChanges |
PLCore::uint32 | nDrawPrimitivCalls |
PLCore::uint32 | nVertices |
PLCore::uint32 | nTriangles |
float | fRenderingTime |
PLCore::uint32 | nTextureBuffersNum |
PLCore::uint64 | nTextureBuffersMem |
PLCore::uint32 | nTextureBufferBinds |
PLCore::uint32 | nVertexBufferNum |
PLCore::uint64 | nVertexBufferMem |
PLCore::uint64 | nVertexBuffersSetupTime |
PLCore::uint32 | nVertexBufferLocks |
PLCore::uint32 | nIndexBufferNum |
PLCore::uint64 | nIndexBufferMem |
PLCore::uint64 | nIndexBuffersSetupTime |
PLCore::uint32 | nIndexBufferLocks |
PLCore::uint32 | nUniformBufferNum |
PLCore::uint64 | nUniformBufferMem |
PLCore::uint64 | nUniformBuffersSetupTime |
PLCore::uint32 | nUniformBufferLocks |
Renderer statistics.
PLCore::uint32 PLRenderer::Statistics::nRenderStateChanges |
Number of render (internal API) state changes
PLCore::uint32 PLRenderer::Statistics::nSamplerStateChanges |
Number of sampler (internal API) state changes
PLCore::uint32 PLRenderer::Statistics::nDrawPrimitivCalls |
Number of draw primitive calls
PLCore::uint32 PLRenderer::Statistics::nVertices |
Number of rendered vertices
PLCore::uint32 PLRenderer::Statistics::nTriangles |
Number of rendered triangles
Total rendering time in milliseconds
PLCore::uint32 PLRenderer::Statistics::nTextureBuffersNum |
Number of texture buffers
PLCore::uint64 PLRenderer::Statistics::nTextureBuffersMem |
Memory in bytes the texture buffers require
PLCore::uint32 PLRenderer::Statistics::nTextureBufferBinds |
Number of texture buffer bindings
PLCore::uint32 PLRenderer::Statistics::nVertexBufferNum |
Number of vertex buffers
PLCore::uint64 PLRenderer::Statistics::nVertexBufferMem |
Memory in bytes the vertex buffers require
PLCore::uint64 PLRenderer::Statistics::nVertexBuffersSetupTime |
Vertex buffers setup time (microseconds)
PLCore::uint32 PLRenderer::Statistics::nVertexBufferLocks |
Number of vertex buffer locks
PLCore::uint32 PLRenderer::Statistics::nIndexBufferNum |
Number of index buffers
PLCore::uint64 PLRenderer::Statistics::nIndexBufferMem |
Memory in bytes the index buffers require
PLCore::uint64 PLRenderer::Statistics::nIndexBuffersSetupTime |
Index buffers setup time (microseconds)
PLCore::uint32 PLRenderer::Statistics::nIndexBufferLocks |
Number of index buffer locks
PLCore::uint32 PLRenderer::Statistics::nUniformBufferNum |
Number of uniform buffers
PLCore::uint64 PLRenderer::Statistics::nUniformBufferMem |
Memory in bytes the uniform buffers require
PLCore::uint64 PLRenderer::Statistics::nUniformBuffersSetupTime |
Uniform buffers setup time (microseconds)
PLCore::uint32 PLRenderer::Statistics::nUniformBufferLocks |
Number of uniform buffer locks
|