mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 07:57:08 +02:00
Ya basta vulkaaaan
This commit is contained in:
parent
7e846ed444
commit
12465c4bee
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
||||||
#define VK_KHR_MAINTENANCE_8_EXTENSION_NAME "VK_KHR_maintenance8"
|
#define VK_KHR_MAINTENANCE_8_EXTENSION_NAME "VK_KHR_maintenance8"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Define SHADER_FLOAT_CONTROLS_2 extension name if missing in older headers
|
||||||
|
#ifndef VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME
|
||||||
|
#define VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME "VK_KHR_shader_float_controls2"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Sanitize macros
|
// Sanitize macros
|
||||||
#undef CreateEvent
|
#undef CreateEvent
|
||||||
#undef CreateSemaphore
|
#undef CreateSemaphore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue