Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
When pointers are not optional, validate that they are non-NULL.
For example, pCreateInfo and pInstance in vkCreateInstance are not optional. pEnabledFeatures in VkDeviceCreateInfo is optional.
pCreateInfo
pInstance
vkCreateInstance
pEnabledFeatures
VkDeviceCreateInfo
/cc @zzyiwei @ryanneph