Added Vulkan support to the Visual Studio 2010 solution

This commit is contained in:
Sam Lantinga
2017-08-27 22:20:17 -07:00
parent 213356cd6f
commit 1f2e151b44
5 changed files with 572 additions and 193 deletions

View File

@@ -14,10 +14,6 @@
#include <string.h>
#include <math.h>
#ifndef UINT64_MAX /* VS2008 */
#define UINT64_MAX 18446744073709551615
#endif
#include "SDL_test_common.h"
#if defined(__ANDROID__) && defined(__ARM_EABI__) && !defined(__ARM_ARCH_7A__)
@@ -38,6 +34,10 @@ int main(int argc, char *argv[])
#include "../src/video/khronos/vulkan/vulkan.h"
#endif
#ifndef UINT64_MAX /* VS2008 */
#define UINT64_MAX 18446744073709551615
#endif
#define VULKAN_FUNCTIONS() \
VULKAN_DEVICE_FUNCTION(vkAcquireNextImageKHR) \
VULKAN_DEVICE_FUNCTION(vkAllocateCommandBuffers) \