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

Method SyncBarrier

layers/sync/sync_barrier.cpp:149–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149SyncBarrier::SyncBarrier(const SyncExecScope& src_exec, const SyncExecScope& dst_exec)
150 : src_exec_scope(src_exec), dst_exec_scope(dst_exec) {}
151
152SyncBarrier::SyncBarrier(const SyncExecScope& src_exec, const SyncExecScope& dst_exec, const SyncBarrier::AllAccess&)
153 : src_exec_scope(src_exec),

Callers

nothing calls this directly

Calls 1

AccessScopeFunction · 0.85

Tested by

no test coverage detected