VkInstanceCreateInfo

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

enabledExtensionCount
uint32_t enabledExtensionCount;
Undocumented in source.
enabledLayerCount
uint32_t enabledLayerCount;
Undocumented in source.
flags
VkInstanceCreateFlags flags;
Undocumented in source.
pApplicationInfo
const(VkApplicationInfo)* pApplicationInfo;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
ppEnabledExtensionNames
const(char*)* ppEnabledExtensionNames;
Undocumented in source.
ppEnabledLayerNames
const(char*)* ppEnabledLayerNames;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.

Meta