VkConformanceVersion

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)
struct VkConformanceVersion {}

Members

Variables

major
uint8_t major;
Undocumented in source.
minor
uint8_t minor;
Undocumented in source.
patch
uint8_t patch;
Undocumented in source.
subminor
uint8_t subminor;
Undocumented in source.

Meta