blob: 2a9d9d5ffc167ceceeed4282af02d3889b0a78ff [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkInstanceCreateInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO
* [[VUID-VkInstanceCreateInfo-pNext-pNext]] pname:pNext must: be `NULL`
* [[VUID-VkInstanceCreateInfo-flags-zerobitmask]] pname:flags must: be `0`
* [[VUID-VkInstanceCreateInfo-pApplicationInfo-parameter]] If pname:pApplicationInfo is not `NULL`, pname:pApplicationInfo must: be a valid pointer to a valid sname:VkApplicationInfo structure
* [[VUID-VkInstanceCreateInfo-ppEnabledLayerNames-parameter]] If pname:enabledLayerCount is not `0`, pname:ppEnabledLayerNames must: be a valid pointer to an array of pname:enabledLayerCount null-terminated UTF-8 strings
* [[VUID-VkInstanceCreateInfo-ppEnabledExtensionNames-parameter]] If pname:enabledExtensionCount is not `0`, pname:ppEnabledExtensionNames must: be a valid pointer to an array of pname:enabledExtensionCount null-terminated UTF-8 strings
****