11 The goal of this document is to provide a reference for all the special purpose
12 IR metadata and attributes used by the HLSL code generation path.
20 The ``hlsl.uavs`` metadata is a list of all the external global variables that
21 represent UAV resources.
29 The ``hlsl.shader`` function attribute is a string attribute applied to entry
30 functions. The value is the string representation of the shader stage (i.e.
31 ``compute``, ``pixel``, etc).