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
uint enabledExtensionCount;
Undocumented in source.
enabledLayerCount
uint 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
uint queueCreateInfoCount;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.

Meta