Skip to content

Commit

Permalink
Fix CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Dec 10, 2024
1 parent 83ad75f commit 32c3d65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
LAYER_TRACE(__func__);

// Hold the lock to access layer-wide global store
std::unique_lock<std::mutex> lock { g_vulkanLock };
auto* layer = Device::retrieve(device);
Expand Down
2 changes: 0 additions & 2 deletions source_common/framework/device_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5955,8 +5955,6 @@ VKAPI_ATTR void VKAPI_CALL layer_vkGetDeviceImageMemoryRequirementsKHR_default(
) {
LAYER_TRACE(__func__);

LAYER_TRACE(__func__);

// Hold the lock to access layer-wide global store
std::unique_lock<std::mutex> lock { g_vulkanLock };
auto* layer = Device::retrieve(device);
Expand Down

0 comments on commit 32c3d65

Please sign in to comment.