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] Support semantic on struct field. #57889

Closed
python3kgae opened this issue Sep 21, 2022 · 1 comment
Closed

[HLSL] Support semantic on struct field. #57889

python3kgae opened this issue Sep 21, 2022 · 1 comment
Labels
duplicate Resolved as duplicate HLSL HLSL Language Support

Comments

@python3kgae
Copy link
Contributor

Support case like
struct Input {
int GI : SV_GroupIndex;
int ID : SV_DispatchThreadID;
};

@python3kgae python3kgae added the HLSL HLSL Language Support label Sep 21, 2022
@bogner
Copy link
Contributor

bogner commented Aug 24, 2023

Duplicate of #57875

@bogner bogner marked this as a duplicate of #57875 Aug 24, 2023
@bogner bogner closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
@EugeneZelenko EugeneZelenko added the duplicate Resolved as duplicate label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Resolved as duplicate HLSL HLSL Language Support
Projects
Status: Done
Development

No branches or pull requests

3 participants