summaryrefslogtreecommitdiffstats
path: root/tests/bugs/user-attribute-lookup.slang
Commit message (Collapse)AuthorAge
* Fix user-attribute-lookup wgpu crash (#5510)cheneym22024-11-07
| | | | | | | | | The WGPU backend was crashing because of the unbound sampler state. Fix the test by adding a test sampler. Issue 5277 Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
|
* Fix for issue with user attribute lookup (#2437)jsmall-nvidia2022-10-08
* #include an absolute path didn't work - because paths were taken to always be relative. * Add handling for root paths. * Fixes around absolute paths. * Add SimplifyStyle * Remove unrequire include. * Fix some details around RelativeFileSystem canonical paths. * For MemoryFileSystem make sure "/a" and "a" maps to same canonical path. * Add test for canonicalPath. * Improve comment. * More testing around canonical paths. * Fix for user attribute lookup issue. * Add a test. * Small improvements in test. * Improve the comments around lookup workaround.