Skip to content

Handling of locally scoped resources references #125

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

Closed
1 of 3 tasks
Tracked by #8 ...
bogner opened this issue Feb 7, 2025 · 1 comment
Closed
1 of 3 tasks
Tracked by #8 ...

Handling of locally scoped resources references #125

bogner opened this issue Feb 7, 2025 · 1 comment

Comments

@bogner
Copy link
Collaborator

bogner commented Feb 7, 2025

Resources can be declared in function scope, assigned to each other, passed to functions, and put in local arrays.

RWBuffer<float> Buf;

[numthreads(1,1,1)]
void main() {
    RWBuffer<float> T = Buf;
    T[0] = 0;
}

This tracks handling of the various behaviours this entails.

@hekota
Copy link
Member

hekota commented Apr 1, 2025

Closing this as we won't be using umbrella tasks like this going forward.

@hekota hekota closed this as completed Apr 1, 2025
@github-project-automation github-project-automation bot moved this from Active to Closed in HLSL Support Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

No branches or pull requests

2 participants