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

Fix bool conversion bug in Vulkan code generator #8067

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Feb 5, 2024

  1. Fix bug in Vulkan code generator that was incorrectly passing the

    address of a byte vector, instead of its contents to
    builder.declare_constant()
    Derek Gerstmann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7d7606b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add bool_predicate_cast correctness test to verify bool conversion for

    Vulkan codegen works as expected
    Derek Gerstmann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    784f0ec View commit details
    Browse the repository at this point in the history