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
DXC supports a number of uncommon cbuffer declaration uses such as nested cbuffer declarations, static variable declaration, namespaces and function declarations inside cbuffer context. HLSL Language spec will define which of these are allowed or not (microsoft/hlsl-specs#357).
This task tracks the implementation of the 'cbuffer' construct features that are allowed. For those that are not we should report an error.