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

Autodesk: Fix leaking Vulkan buffer from HdSt_PipelineDrawBatch #3313

Commits on Sep 20, 2024

  1. Fix leaking Vulkan buffer from HdSt_PipelineDrawBatch

    This went undetected by the validation layer because the
    tests were also leaking the Vulkan instance and device,
    so they were never destroyed, and the validation check never
    kicked in. So fix the leaking tests too.
    
    This also fixes an occasional crash from a driver trying
    to use a resource after the tests had exited main(),
    because the HgiVulkan leak also meant no synchronization.
    DDoS committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0e69fb3 View commit details
    Browse the repository at this point in the history