diff options
Diffstat (limited to 'src/layer.cc')
| -rw-r--r-- | src/layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layer.cc b/src/layer.cc index 54ad8d7..1021552 100644 --- a/src/layer.cc +++ b/src/layer.cc @@ -251,6 +251,7 @@ static VKAPI_ATTR VkResult VKAPI_CALL CreateDevice( DEVICE_VTABLE_LOAD(SignalSemaphore); DEVICE_VTABLE_LOAD(CreateSwapchainKHR); DEVICE_VTABLE_LOAD(DestroySwapchainKHR); + DEVICE_VTABLE_LOAD(GetSemaphoreCounterValue); #undef DEVICE_VTABLE_LOAD const auto key = layer_context.get_key(*pDevice); @@ -793,7 +794,6 @@ VkResult LatencySleepNV(VkDevice device, const auto context = layer_context.get_context(device); assert(pSleepInfo); - // call device strategy notify semaphore, no problem :) const auto strategy = dynamic_cast<LowLatency2DeviceStrategy*>(context->strategy.get()); assert(strategy); |
