llvm/wg-hlsl

Validation for resource element types

Closed this issue · 1 comments

Most HLSL resource types accept an element type, through a template parameter:

RWBuffer<float2> buffer;
Texture2D<float4> texture;
StructuredBuffer<MyStruct> anotherBuffer;

Fixed and closed with llvm/llvm-project#119643