This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
snes9x
mirror of
https://github.com/snes9xgit/snes9x.git
Watch
1
Star
0
Fork
You've already forked snes9x
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
738e53989e
snes9x
/
vulkan
/
vulkan_hpp_wrapper.hpp
6 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
Vulkan: Fix compile issues on Windows because of min/max.
2024-04-13 16:06:14 +00:00
#
ifndef NOMINMAX
#
define NOMINMAX
#
endif
Vulkan: Silence some warnings.
2024-04-17 22:12:51 +00:00
#
define VULKAN_HPP_ASSERT(x)
Vulkan: Fix compile issues on Windows because of min/max.
2024-04-13 16:06:14 +00:00
#
include
"vulkan/vulkan.hpp"