| 470 | } |
| 471 | |
| 472 | std::string ErrorMessages::PresentError(const HazardResult& hazard, const QueueBatchContext& batch_context, vvl::Func command, |
| 473 | const std::string& resource_description, uint32_t swapchain_index) const { |
| 474 | AdditionalMessageInfo additional_info; |
| 475 | additional_info.access_action = "presents"; |
| 476 | additional_info.properties.Add(kPropertySwapchainIndex, swapchain_index); |
| 477 | return Error(hazard, batch_context, command, resource_description, "PresentError", additional_info); |
| 478 | } |
| 479 | |
| 480 | std::string ErrorMessages::VideoError(const HazardResult& hazard, const CommandBufferAccessContext& cb_context, vvl::Func command, |
| 481 | const std::string& resource_description) const { |
no test coverage detected