spirv-val: Add GLCompute to VUID 04644 message (#4333)
This commit is contained in:
Родитель
5dd2f76918
Коммит
e84bcb251d
|
@ -591,8 +591,9 @@ void ValidationState_t::RegisterStorageClassConsumer(
|
|||
*message =
|
||||
errorVUID +
|
||||
"in Vulkan evironment, Output Storage Class must not be "
|
||||
"used in RayGenerationKHR, IntersectionKHR, AnyHitKHR, "
|
||||
"ClosestHitKHR, MissKHR, or CallableKHR execution models";
|
||||
"used in GLCompute, RayGenerationKHR, IntersectionKHR, "
|
||||
"AnyHitKHR, ClosestHitKHR, MissKHR, or CallableKHR "
|
||||
"execution models";
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -281,7 +281,7 @@ TEST_P(ValidateStorageExecutionModel, VulkanOutsideStoreFailure) {
|
|||
EXPECT_THAT(
|
||||
getDiagnosticString(),
|
||||
HasSubstr("in Vulkan evironment, Output Storage Class must not be used "
|
||||
"in RayGenerationKHR, IntersectionKHR, AnyHitKHR, "
|
||||
"in GLCompute, RayGenerationKHR, IntersectionKHR, AnyHitKHR, "
|
||||
"ClosestHitKHR, MissKHR, or CallableKHR execution models"));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче