Fixed Windows compilation/link errors ...
without Glave auto-gen changes.
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 41de195..7aac170 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -1312,6 +1312,15 @@
return VK_SUCCESS;
}
+ICD_EXPORT VK_RESULT VKAPI vkResetFences(
+ VK_DEVICE device,
+ uint32_t fenceCount,
+ VK_FENCE* pFences)
+{
+ NULLDRV_LOG_FUNC;
+ return VK_SUCCESS;
+}
+
ICD_EXPORT VK_RESULT VKAPI vkWaitForFences(
VK_DEVICE device,
uint32_t fenceCount,