VkPerformanceCounterResultKHR

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (System)
union VkPerformanceCounterResultKHR {}

Members

Variables

float32
float float32;
Undocumented in source.
float64
double float64;
Undocumented in source.
int32
int32_t int32;
Undocumented in source.
int64
int64_t int64;
Undocumented in source.
uint32
uint32_t uint32;
Undocumented in source.
uint64
uint64_t uint64;
Undocumented in source.

Meta