Implement extension GL_NV_shader_atomic_int64

This commit is contained in:
Rex Xu
2017-09-26 15:42:56 +08:00
parent f21c173a05
commit e8fe8b0de9
8 changed files with 347 additions and 3 deletions

View File

@@ -410,7 +410,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.int16.frag",
"spv.shaderBallotAMD.comp",
"spv.shaderFragMaskAMD.frag",
"spv.textureGatherBiasLod.frag"
"spv.textureGatherBiasLod.frag",
})),
FileNameAsCustomTestSuffix
);
@@ -428,6 +428,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.stereoViewRendering.tesc",
"spv.multiviewPerViewAttributes.vert",
"spv.multiviewPerViewAttributes.tesc",
"spv.atomicInt64.comp",
})),
FileNameAsCustomTestSuffix
);