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
I notice there is a [noinline] attribute in HLSL to hint that the function should not be inlined, but DXC will always inline all functions in SPIR-V.
Do we have a way to prevent specified function from being inlined in the final SPIR-V?