Commit 888fb5d
authored
Enable KHR barycentric features during Vulkan device init (#11298)
# Summary
I was trying to test some barycentric code on Falcor and the RHI was
reporting that my gpu doesn't support barycentric rendering. I'm testing
on linux using an RX 5700 XT graphics card. my card does not list the NV
extension: https://vulkan.gpuinfo.org/displayreport.php?id=47720.
# Test plan
- [ ] validate changes against falcor with a shader that requires
barycentric support.
Signed-off-by: Michael Pollind <mpollind@gmail.com>1 parent 74459f6 commit 888fb5d
2 files changed
Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
304 | 308 | | |
305 | 309 | | |
306 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
547 | 551 | | |
548 | 552 | | |
549 | 553 | | |
| |||
851 | 855 | | |
852 | 856 | | |
853 | 857 | | |
854 | | - | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
855 | 865 | | |
856 | | - | |
857 | 866 | | |
858 | 867 | | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
859 | 881 | | |
860 | 882 | | |
861 | 883 | | |
| |||
0 commit comments