VkPerformanceValueDataINTEL

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 VkPerformanceValueDataINTEL {}

Members

Variables

value32
uint32_t value32;
Undocumented in source.
value64
uint64_t value64;
Undocumented in source.
valueBool
VkBool32 valueBool;
Undocumented in source.
valueFloat
float valueFloat;
Undocumented in source.
valueString
const(char)* valueString;
Undocumented in source.

Meta