Add missing VKAPI_ATTR/VKAPI_CALL in test_icd.cpp
authorCharles Giessen <charles@lunarg.com>
Thu, 25 Apr 2024 17:00:23 +0000 (10:00 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 29 Apr 2024 16:53:33 +0000 (10:53 -0600)
commit8cd99562e0d1988fb6f7fee5098b35078787fdfb
treeb8c10d19e10da17a67ceb481f81937d5cc6c885d
parent692f9ebec11d6a36ae608fbfb0cfa72740d1f552
Add missing VKAPI_ATTR/VKAPI_CALL in test_icd.cpp

Necessary for any functions called across dll boundaries on 32 bit windows.
tests/framework/icd/test_icd.cpp