Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ibd1279 opened this issue Oct 18, 2021 · 0 comments
Open

Comments

@ibd1279
Copy link

ibd1279 commented Oct 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant