Skip to content

Commit da60d59

Browse files
Remove external definition of vkGetDeviceProcAddr
1 parent 910789e commit da60d59

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ffx-fsr2-api/vk/ffx_fsr2_vk.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,6 @@ FfxErrorCode CreateBackendContextVK(FfxFsr2Interface* backendInterface, FfxDevic
809809
// make sure the extra parameters were already passed in
810810
FFX_ASSERT(backendContext->physicalDevice != NULL);
811811

812-
// if vkGetDeviceProcAddr is NULL, use the one from the vulkan header
813-
if (backendContext->vkFunctionTable.vkGetDeviceProcAddr == NULL)
814-
backendContext->vkFunctionTable.vkGetDeviceProcAddr = vkGetDeviceProcAddr;
815-
816812
if (vkDevice != NULL) {
817813
backendContext->device = vkDevice;
818814
}

0 commit comments

Comments
 (0)