Fix bug where shaderRecordNV buffers were using StorageBuffer storage class

This commit is contained in:
Jeff Bolz
2018-12-14 20:59:53 -06:00
parent b23d232ec5
commit 61a0cd19cc
4 changed files with 128 additions and 4 deletions

View File

@@ -405,6 +405,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.float32.frag",
"spv.float64.frag",
"spv.multiView.frag",
"spv.RayGenShader11.rgen",
"spv.subgroup.frag",
"spv.subgroup.geom",
"spv.subgroup.tesc",