Add SpvBuiltInCullMaskKHR to a switch (#4790)

Add SpvBuiltInCullMaskKHR to a switch so spirv-tools can compile with
the latest headers.
This commit is contained in:
Steven Perron 2022-05-03 14:39:51 -04:00 committed by GitHub
parent 1295dca8e2
commit 58dc37ea6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@ -6,7 +6,7 @@ vars = {
'effcee_revision': 'ddf5e2bb92957dc8a12c5392f8495333d6844133',
'googletest_revision': '25dcdc7e8bfac8967f20fb2c0a628f5cf442188d',
're2_revision': '0c5616df9c0aaa44c9440d87422012423d91c7d1',
'spirv_headers_revision': '4995a2f2723c401eb0ea3e10c81298906bf1422b',
'spirv_headers_revision': 'b765c355f488837ca4c77980ba69484f3ff277f5',
}
deps = {

View File

@ -4185,6 +4185,7 @@ spv_result_t BuiltInsValidator::ValidateSingleBuiltInAtDefinition(
case SpvBuiltInBaryCoordNV:
case SpvBuiltInBaryCoordNoPerspNV:
case SpvBuiltInCurrentRayTimeNV:
case SpvBuiltInCullMaskKHR:
// No validation rules (for the moment).
break;