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

Method AddCommandHandle

layers/sync/sync_command_buffer.cpp:1444–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442}
1443
1444ResourceUsageTagEx CommandBufferAccessContext::AddCommandHandle(ResourceUsageTag tag, const VulkanTypedHandle& typed_handle) {
1445 return AddCommandHandleIndexed(tag, typed_handle, vvl::kNoIndex32);
1446}
1447
1448ResourceUsageTagEx CommandBufferAccessContext::AddCommandHandleIndexed(ResourceUsageTag tag, const VulkanTypedHandle& typed_handle,
1449 uint32_t index) {

Calls

no outgoing calls

Tested by

no test coverage detected