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
Description
DXC fails on trying to find associated counter variable while trying to get a RWStructuredBuffer from ResourceDescriptorHeap through helper functions but it works if it is retrieved directly from ResourceDescriptorHeap
Steps to Reproduce https://godbolt.org/z/jhW8o61WP does not compile. If switching the commented version and commenting the 2 lines above, it compiles.
Actual Behavior
:24:10: fatal error: cannot find the associated counter variable
Environment
DXC trunk.
Godbolt.
Also reproduced on larger code base with DXC fork of 1.8.2505.1 and windows 11