Browse Source

Ya basta vulkaaaan

eds-true-adreno-fixes-pre-0.1.0
CamilleLaVey 1 month ago
committed by Caio Oliveira
parent
commit
12465c4bee
No known key found for this signature in database GPG Key ID: AAAE6C7FD4186B0C
  1. 5
      src/video_core/vulkan_common/vulkan.h

5
src/video_core/vulkan_common/vulkan.h

@ -30,6 +30,11 @@
#define VK_KHR_MAINTENANCE_8_EXTENSION_NAME "VK_KHR_maintenance8"
#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
#undef CreateEvent
#undef CreateSemaphore

Loading…
Cancel
Save