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

[HLSL] Add handle initialization for simple resource declarations #111207

Merged
merged 9 commits into from
Oct 18, 2024

Commits on Oct 4, 2024

  1. [HLSL] Add handle initialization for simple resource declarations

    Adds `@_init_resource_bindings()` function to module initialization that
    includes `handle.fromBinding` intrinsic calls for simple resource declarations.
    Arrays of resources or resources inside user defined types are not supported yet.
    hekota committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a13f62d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    b83da33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c7e1d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. cr feedback

    hekota committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8efaf7c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/llvm/llvm-project into crea…

    …te-handle-from-binding-pr
    hekota committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    71d7514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eada966 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    3625e4e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/llvm/llvm-project into crea…

    …te-handle-from-binding-pr
    hekota committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f1d1e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69371e5 View commit details
    Browse the repository at this point in the history