Skip to content

Instantly share code, notes, and snippets.

@neXyon
neXyon / event_test.cpp
Last active August 10, 2018 15:58
Vulkan Device - Host - Device synchronization with VkEvent
#include <cstring>
#include <iostream>
#include <map>
#include <set>
#include <string>
#include <thread>
#include <vector>
#include <vulkan/vulkan.h>