mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-23 07:20:28 +00:00
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:
parent
1295dca8e2
commit
58dc37ea6a
2
DEPS
2
DEPS
@ -6,7 +6,7 @@ vars = {
|
||||
'effcee_revision': 'ddf5e2bb92957dc8a12c5392f8495333d6844133',
|
||||
'googletest_revision': '25dcdc7e8bfac8967f20fb2c0a628f5cf442188d',
|
||||
're2_revision': '0c5616df9c0aaa44c9440d87422012423d91c7d1',
|
||||
'spirv_headers_revision': '4995a2f2723c401eb0ea3e10c81298906bf1422b',
|
||||
'spirv_headers_revision': 'b765c355f488837ca4c77980ba69484f3ff277f5',
|
||||
}
|
||||
|
||||
deps = {
|
||||
|
@ -4185,6 +4185,7 @@ spv_result_t BuiltInsValidator::ValidateSingleBuiltInAtDefinition(
|
||||
case SpvBuiltInBaryCoordNV:
|
||||
case SpvBuiltInBaryCoordNoPerspNV:
|
||||
case SpvBuiltInCurrentRayTimeNV:
|
||||
case SpvBuiltInCullMaskKHR:
|
||||
// No validation rules (for the moment).
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user