Commit 464f750
authored
[SPIR-V] Remove unnecessary cases for
Part of #7979
It's breaking the build because the SampledTexture types aren't wrapped
around `#ifdef ENABLE_SPIRV_CODEGEN`.
In fact, these cases aren't needed and should be removed.
`GetBasicKindType` maps `ArBasicKind` values to Clang QualType objects.
SampledTexture wrappers are not introduced through that mapping table,
so it shouldn't be added here.SampledTexture that are breaking builds (#8375)1 parent 212d85b commit 464f750
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5010 | 5010 | | |
5011 | 5011 | | |
5012 | 5012 | | |
5013 | | - | |
5014 | | - | |
5015 | | - | |
5016 | | - | |
5017 | 5013 | | |
5018 | 5014 | | |
5019 | 5015 | | |
| |||
11745 | 11741 | | |
11746 | 11742 | | |
11747 | 11743 | | |
11748 | | - | |
11749 | | - | |
11750 | | - | |
11751 | | - | |
11752 | 11744 | | |
11753 | 11745 | | |
11754 | 11746 | | |
| |||
0 commit comments