microsoft / hlsl-specs

HLSL Specifications
MIT License
125 stars 34 forks source link

Add resource chapter documenting buffers and bindings #344

Open pow2clk opened 1 month ago

pow2clk commented 1 month ago

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.

Fixes https://github.com/llvm/wg-hlsl/issues/55 Fixes https://github.com/llvm/wg-hlsl/issues/56