Nameless Engine
|
Public Attributes | |
float | timeSpentLastFrameWaitingForGpuInMs = 0.0F |
float | timeSpentLastFrameOnFrustumCullingMeshesInMs = 0.0F |
float | timeSpentLastFrameOnFrustumCullingLightsInMs = 0.0F |
Groups info related to measuring time for specific tasks.
float ne::RenderStatistics::TaskTimeInfo::timeSpentLastFrameOnFrustumCullingLightsInMs = 0.0F |
Total time that was spent last frame doing frustum culling for lights.
float ne::RenderStatistics::TaskTimeInfo::timeSpentLastFrameOnFrustumCullingMeshesInMs = 0.0F |
Total time that was spent last frame doing frustum culling for meshes.
float ne::RenderStatistics::TaskTimeInfo::timeSpentLastFrameWaitingForGpuInMs = 0.0F |
Time (in milliseconds) that was spent last frame waiting for the GPU to finish using the new frame resource.