Skip to content

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

Description

@ibd1279

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions