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

Validation for resource element types #74

Closed
5 tasks done
Tracked by #8 ...
damyanp opened this issue Sep 24, 2024 · 1 comment
Closed
5 tasks done
Tracked by #8 ...

Validation for resource element types #74

damyanp opened this issue Sep 24, 2024 · 1 comment
Assignees

Comments

@damyanp
Copy link
Collaborator

damyanp commented Sep 24, 2024

Most HLSL resource types accept an element type, through a template parameter:

RWBuffer<float2> buffer;
Texture2D<float4> texture;
StructuredBuffer<MyStruct> anotherBuffer;
@bob80905
Copy link
Collaborator

bob80905 commented Jan 7, 2025

Fixed and closed with llvm/llvm-project#119643

@bob80905 bob80905 closed this as completed Jan 7, 2025
@github-project-automation github-project-automation bot moved this from Active to Closed in HLSL Support Jan 7, 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