vk_fence_manager: Initial implementation

This commit is contained in:
ReinUsesLisp 2020-03-16 21:43:05 -03:00 committed by Fernando Sahmkow
parent 0649f05900
commit b752faf2d3
8 changed files with 222 additions and 12 deletions

View file

@ -19,6 +19,7 @@
#include "common/alignment.h"
#include "common/common_types.h"
#include "common/logging/log.h"
#include "core/core.h"
#include "core/memory.h"
#include "core/settings.h"