Validation for resource element types
Closed this issue · 1 comments
damyanp commented
Most HLSL resource types accept an element type, through a template parameter:
RWBuffer<float2> buffer;
Texture2D<float4> texture;
StructuredBuffer<MyStruct> anotherBuffer;
bob80905 commented
Fixed and closed with llvm/llvm-project#119643