mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Added Vulkan support to the Visual Studio 2010 solution
This commit is contained in:
parent
213356cd6f
commit
1f2e151b44
5 changed files with 572 additions and 193 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue