Commit fc97523
Add missing ENABLE_SPIRV_CODEGEN guards for VK_SAMPLED_TEXTURE1D types
The SPIR-V SampledTexture1D commit (71bf911) added case labels for
AR_OBJECT_VK_SAMPLED_TEXTURE1D and AR_OBJECT_VK_SAMPLED_TEXTURE1D_ARRAY
in GetBasicKindType() and DiagnoseRegisterType() without wrapping them
in #ifdef ENABLE_SPIRV_CODEGEN. This causes build failures when SPIRV
codegen is disabled.
Co-authored-by: Copilot <[email protected]>1 parent b48703b commit fc97523
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4996 | 4996 | | |
4997 | 4997 | | |
4998 | 4998 | | |
4999 | | - | |
5000 | 4999 | | |
| 5000 | + | |
| 5001 | + | |
5001 | 5002 | | |
| 5003 | + | |
5002 | 5004 | | |
5003 | 5005 | | |
5004 | 5006 | | |
| |||
11725 | 11727 | | |
11726 | 11728 | | |
11727 | 11729 | | |
11728 | | - | |
11729 | 11730 | | |
| 11731 | + | |
| 11732 | + | |
11730 | 11733 | | |
| 11734 | + | |
11731 | 11735 | | |
11732 | 11736 | | |
11733 | 11737 | | |
| |||
0 commit comments