Update SPIRV-Headers (#4463)

* Add SpvBuiltInCurrentRayTimeNV to unvalidated builtins
This commit is contained in:
alan-baker 2021-08-12 10:34:29 -04:00 committed by GitHub
parent de69f32e89
commit 54524ffa6a
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': '2ec8f8738118cc483b67c04a759fee53496c5659',
'googletest_revision': 'b7d472f1225c5a64943821d8483fecb469d3f382',
're2_revision': 'f8e389f3acdc2517562924239e2a188037393683',
'spirv_headers_revision': 'cf653e4ca4858583802b0d1656bc934edff6bd7f',
'spirv_headers_revision': 'e71feddb3f17c5586ff7f4cfb5ed1258b800574b',
}
deps = {

View File

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