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
Refactor binding properties in SlangNamedTypeBinding and SlangParameter
Updated `SlangNamedTypeBinding` and `SlangParameter` classes to replace single `Binding` properties with arrays of `Bindings`. Constructors now check for a "bindings" key in the JSON object to support multiple binding points. Summary comments were also updated to reflect these changes, clarifying the new structure's capability to represent multiple bindings.
0 commit comments