Allow runtime-sized arrays of acceleration structures

This commit is contained in:
Jeff Bolz
2019-05-30 12:45:15 -05:00
parent 625eb25d6e
commit 8adc2f565e
4 changed files with 167 additions and 1 deletions

1
gtests/Spv.FromFile.cpp Executable file → Normal file
View File

@@ -593,6 +593,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.atomicInt64.comp",
"spv.shadingRate.frag",
"spv.RayGenShader.rgen",
"spv.RayGenShaderArray.rgen",
"spv.RayGenShader_Errors.rgen",
"spv.RayConstants.rgen",
"spv.IntersectShader.rint",