Home
last modified time | relevance | path

Searched defs:LoadMeterDescription (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h163 struct LoadMeterDescription struct
166 LoadMeterDescription() in LoadMeterDescription() argument
180 s64 startTick; //!< 開始チックです
181 float loadTime; //!< 負荷時間です
182 float loadGpuTime; //!< GPU負荷時間です
183 float waitTime; //!< コマンドリストの終了待ち時間です
184 float transferTime; //!< レンダーターゲットからの転送時間です
185 float gpuOtherTime; //!< 他のGPU処理の時間です
186 float cumulativeTime; //!< 累積時間です
187 float cumulativeGpuTime; //!< GPU累積時間です
[all …]