7 lines
93 B
C
7 lines
93 B
C
#pragma once
|
|
|
|
#define VK_USE_PLATFORM_WIN32_KHR
|
|
#define NOMINMAX
|
|
|
|
#include "vulkan/vulkan.h"
|