You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like DXC only allows access to resources arrays using a constant expression and not dynamically.
Document supported cases and add test(s) to offload-test-suite.
hekota
changed the title
Support resources inside user defined structs in constant buffers
Document support of resources inside user defined structs
Apr 1, 2025
hekota
changed the title
Document support of resources inside user defined structs
Document support of resources inside user-defined structs
Apr 1, 2025
Resources and arrays of resources can be declared inside user defined structs in constant buffers.
https://godbolt.org/z/afTe1eTzx
It looks like DXC only allows access to resources arrays using a constant expression and not dynamically.
Document supported cases and add test(s) to offload-test-suite.
Related to #127.
The text was updated successfully, but these errors were encountered: