vkCompViz App
 
Loading...
Searching...
No Matches
Public Attributes | List of all members
Gpu::Gpu::BenchmarkReport::Times::Download Class Referenceexport
module gpu

Download times from GPU to CPU in milliseconds. More...

Public Attributes

float texture {0}
 Time taken to download texture data.
 
float shaderStorage {0}
 Time taken to download shader storage buffer data.
 

Detailed Description

Download times from GPU to CPU in milliseconds.

Member Data Documentation

◆ shaderStorage

float Gpu::Gpu::BenchmarkReport::Times::Download::shaderStorage {0}
export

Time taken to download shader storage buffer data.

◆ texture

float Gpu::Gpu::BenchmarkReport::Times::Download::texture {0}
export

Time taken to download texture data.