Fix const parameter debug types
Constant qualified parameter types were not being correctly added to the DebugTypeFunction instruction. Fix #3095.
This commit is contained in:
parent
f9b760e6c7
commit
bec8359bf7
4 changed files with 115 additions and 7 deletions
|
|
@ -858,7 +858,8 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"spv.debuginfo.glsl.comp",
|
||||
"spv.debuginfo.glsl.geom",
|
||||
"spv.debuginfo.glsl.tesc",
|
||||
"spv.debuginfo.glsl.tese"
|
||||
"spv.debuginfo.glsl.tese",
|
||||
"spv.debuginfo.const_params.glsl.comp"
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue