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
The BuiltinTypeDeclBuilder in HLSLExternalSemaSource is used to simplify building the various HLSL builtin types (like resources), but it turns out it's a bit clunky for some of the common patterns. Refactor this to make it easier to read and write the definitions of things like RWBuffer.