llvm-project
cc49f3b3 - [NFC][HLSL] Remove confusing enum aliases / duplicates (#153909)

Commit
244 days ago
[NFC][HLSL] Remove confusing enum aliases / duplicates (#153909) Remove: * DescriptorType enum - this almost exactly shadowed the ResourceClass enum * ClauseType aliased ResourceClass Although these were introduced to make the HLSL root signature handling code a bit cleaner, they were ultimately causing confusion as they appeared to be unique enums that needed to be converted between each other. Closes #153890
Author
Parents
Loading