Skip to content

Commit 5323a9a

Browse files
committed
sprinkle GFXRECON_UNREFERENCED_PARAMETER
1 parent 603a2f6 commit 5323a9a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

framework/decode/vulkan_offscreen_swapchain.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@ void VulkanOffscreenSwapchain::FrameBoundaryANDROID(PFN_vkFrameBoundaryANDROID
295295
const graphics::VulkanDeviceTable* device_table,
296296
application::Application* application)
297297
{
298+
GFXRECON_UNREFERENCED_PARAMETER(instance_info);
299+
GFXRECON_UNREFERENCED_PARAMETER(instance_table);
300+
GFXRECON_UNREFERENCED_PARAMETER(device_table);
301+
GFXRECON_UNREFERENCED_PARAMETER(application);
302+
298303
GFXRECON_ASSERT(device_info != nullptr);
299304

300305
VkSemaphore semaphore = (semaphore_info == nullptr ? VK_NULL_HANDLE : semaphore_info->handle);

0 commit comments

Comments
 (0)