llvm-project
e87e0288 - [HLSL] Use static create methods to initialize resources in arrays (#157005)

Commit
88 days ago
[HLSL] Use static create methods to initialize resources in arrays (#157005) Use static methods `__createFromBinding` and `__createFromImplicitBinding` to initialize resources in resource arrays instead of calling resource constructors with binding information, per proposal update https://github.com/llvm/wg-hlsl/pull/336. Test updates include the use of the `llvm-cxxfilt` tool which takes care of demangling of function names for a more readable test baseline.
Author
Parents
Loading