include: Add public header for libvkd3d-utils.

This commit is contained in:
Józef Kucia
2016-10-07 13:26:39 +02:00
parent c7d123b122
commit 858e0c79f1
5 changed files with 52 additions and 11 deletions

View File

@@ -48,6 +48,10 @@ typedef int HRESULT;
#define WIDL_C_INLINE_WRAPPERS
#include "d3d12.h"
#ifndef _WIN32
# include "vkd3d_utils.h"
#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
static size_t align(size_t addr, unsigned int alignment)