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

Only pass VkImageViewMinLodCreateInfoEXT when minLod is != 0.0f #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 17, 2022

  1. Only pass VkImageViewMinLodCreateInfoEXT when minLod is != 0.0f

    We avoid to passing VkImageViewMinLodCreateInfoEXT when creating
    the image view when the tests are actually not testing this.
    
    Therefore, the drivers that don't support this extension won't
    see errors when processing VkImageViewCreateInfo.
    
    Components: Vulkan
    VK-GL-CTS issue: 3094
    
    Affected tests:
    
        dEQP-VK.texture.mipmap.*
    
    Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
    Change-Id: I09110ef2e6ebfb6f55c084eda85359ebf5cfa742
    samuelig authored and c0d1f1ed committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5bc95a5 View commit details
    Browse the repository at this point in the history