vulkan
vulkan copied to clipboard
DeviceCreateInfo.PEnabledFeatures should be a pointer, not a slice.
The Vulkan documentation for DeviceCreateInfo states that
pEnabledFeatures is NULL or a pointer to a VkPhysicalDeviceFeatures structure containing boolean indicators of all the features to be enabled.
But the currently generated DeviceCreateInfo has a slice instead of a pointer for the PEnabledFeatures field.
Is this a matter of adding another hint into struct section of vulkan.yml