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
We need to add resource binding annotations to the HLSL language spec. That includes the grammar, definition of register kinds, rules for which registers can bind to which resource types, and implicit binding rules.
The text was updated successfully, but these errors were encountered:
hekota
changed the title
[HLSL] Document resource binding annotations in language spec
Document resource binding annotations in language spec
Sep 10, 2024
This adds a resource chapter that documents typed and raw buffers including their methods and compatible operators along with short descriptions of their functionality. It also adds a description of binding annotations for all types. Stub sections are included for constant buffers and samplers, but no information is provided as yet.
Fixesllvm/wg-hlsl#55Fixesllvm/wg-hlsl#56
We need to add resource binding annotations to the HLSL language spec. That includes the grammar, definition of register kinds, rules for which registers can bind to which resource types, and implicit binding rules.
The text was updated successfully, but these errors were encountered: