Closed
Description
We need a type attribute that describes the "contained type" of a buffer or resource type. Specifically, our resource types should attribute the __hlsl_resource_t
with the template type of the resource, like so:
template <typename T> struct RWBuffer {
__hlsl_resource_t [[hlsl::contained_type(T)]] h;
};
Metadata
Metadata
Assignees
Type
Projects
Status
No status