MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / PresentError

Method PresentError

layers/sync/sync_error_messages.cpp:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472std::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
480std::string ErrorMessages::VideoError(const HazardResult& hazard, const CommandBufferAccessContext& cb_context, vvl::Func command,
481 const std::string& resource_description) const {

Callers 1

Calls 2

ErrorClass · 0.85
AddMethod · 0.45

Tested by

no test coverage detected