Add-support-for-SPV_NV_compute_shader_derivatives

This commit is contained in:
Chao Chen
2018-09-19 11:40:45 -07:00
parent 9eada4b971
commit beae2251b7
14 changed files with 1257 additions and 154 deletions

View File

@@ -503,6 +503,8 @@ INSTANTIATE_TEST_CASE_P(
"spv.atomicInt64.comp",
"spv.fragmentShaderBarycentric.frag",
"spv.fragmentShaderBarycentric2.frag",
"spv.computeShaderDerivatives.comp",
"spv.computeShaderDerivatives2.comp",
})),
FileNameAsCustomTestSuffix
);