Commit 2222fa0
committed
[HLSL] Add option for VK layouts
We add the options to the driver, so that the one option that is being
implemented at this time can be used. Issue an error for the other
options.
When we start to implement the other options, we will have to figure out
how to pass which option is active to clang.1 parent d43662d commit 2222fa0
File tree
2 files changed
+12
-4
lines changed- clang
- include/clang/Driver
- test/Driver/HLSL
2 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9323 | 9323 | | |
9324 | 9324 | | |
9325 | 9325 | | |
9326 | | - | |
9327 | | - | |
9328 | | - | |
| 9326 | + | |
| 9327 | + | |
| 9328 | + | |
9329 | 9329 | | |
9330 | 9330 | | |
9331 | 9331 | | |
9332 | | - | |
| 9332 | + | |
9333 | 9333 | | |
9334 | 9334 | | |
9335 | 9335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments