godot/drivers
Rémi Verschelde 8a47cdc933 Vulkan: Initialize VK_EXT_debug_utils only for dev build or verbose mode
End users would get spammed with messages of varying verbosity due to the
mess that thirdparty layers/extensions and drivers seem to leave in their
wake, making the Windows registry a bottomless pit of broken layer JSON.

I'm all for helping end users clean up mess in their registry / system paths
for Vulkan ICDs, layers and extensions, but the way this is done by
VK_EXT_debug_utils is just horrible - and the way for them to fix it (manual
edit of system files) is also not a good thing to recommend.

Closes countless issues where users think Godot is broken because it reports
weird errors.
2022-10-04 16:09:11 +02:00
..
alsa
alsamidi
coreaudio
coremidi
gl_context
gles3 Merge pull request #65822 from BastiaanOlij/more_reorg_20220915 2022-10-04 11:20:13 +02:00
png [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
pulseaudio
spirv-reflect
unix Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STATVFS 2022-10-04 10:22:29 +02:00
vulkan Vulkan: Initialize VK_EXT_debug_utils only for dev build or verbose mode 2022-10-04 16:09:11 +02:00
wasapi
windows Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
winmidi
xaudio2
register_driver_types.cpp [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
register_driver_types.h
SCsub