VkDeviceCreateInfo

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
VkDeviceCreateFlags flags;
Undocumented in source.
pEnabledFeatures
const(VkPhysicalDeviceFeatures)* pEnabledFeatures;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pQueueCreateInfos
const(VkDeviceQueueCreateInfo)* pQueueCreateInfos;
Undocumented in source.
ppEnabledExtensionNames
const(char*)* ppEnabledExtensionNames;
Undocumented in source.
ppEnabledLayerNames
const(char*)* ppEnabledLayerNames;
Undocumented in source.
queueCreateInfoCount
uint32_t queueCreateInfoCount;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.

Meta