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
Add ConstantBuffer<T> definition to HLSLExternalSemaSource. The resource definition will contain a handle that will be lowered to a dx.CBuffer target extension type.
Note that members of a struct that is passed as a template argument to ConstantBuffer can be accessed directly as if they are members of the ConstantBuffer class.