vulkan icon indicating copy to clipboard operation
vulkan copied to clipboard

DeviceCreateInfo.PEnabledFeatures should be a pointer, not a slice.

Open ibd1279 opened this issue 4 years ago • 0 comments

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

ibd1279 avatar Oct 18 '21 18:10 ibd1279