Home | History | Annotate | Download | only in layers

Lines Matching refs:vkResetEvent

2461         std::string reason = "vkResetEvent parameter, VkResult result, is " + EnumeratorString(result);
2470 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetEvent(VkDevice device, VkEvent event) {
4949 if (!strcmp(funcName, "vkResetEvent"))
4950 return (PFN_vkVoidFunction)vkResetEvent;