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

VkPhysicalDeviceHostImageCopyPropertiesEXT in profiles schema differs from spec. #74

Open
charles-lunarg opened this issue Nov 10, 2023 · 0 comments

Comments

@charles-lunarg
Copy link
Collaborator

Vulkan spec's definition of VkPhysicalDeviceHostImageCopyPropertiesEXT:

    VkStructureType    sType;
    void*              pNext;
    uint32_t           copySrcLayoutCount;
    VkImageLayout*     pCopySrcLayouts;
    uint32_t           copyDstLayoutCount;
    VkImageLayout*     pCopyDstLayouts;
    uint8_t            optimalTilingLayoutUUID[VK_UUID_SIZE];
    VkBool32           identicalMemoryTypeRequirements;

The profiles schema says that this struct should contain only the members optimalTilingLayoutUUID and identicalMemoryTypeRequirements.

But vulkaninfo and vulkan-caps-viewer print the entire structs. Is this just a bug in the schema generator?

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