| 478 | } |
| 479 | |
| 480 | std::string ErrorMessages::VideoError(const HazardResult& hazard, const CommandBufferAccessContext& cb_context, vvl::Func command, |
| 481 | const std::string& resource_description) const { |
| 482 | return Error(hazard, cb_context, command, resource_description, "VideoError"); |
| 483 | } |
| 484 | |
| 485 | } // namespace syncval |
no test coverage detected