godot/drivers
Emmanouil Papadeas c36460060e
Further refactoring to AudioDriver implementations after #69120.
- Rename all instances of `capture_start()` and `capture_end()` to their new
  names. Fixes #72892.
- More internal renames to match what was started in #69120.
- Use `override` consistently so that such refactoring bugs can be caught.
- Harmonize the order of definition of the overridden virtual methods in each
  audio driver.
- Harmonize prototype for `set_output_device` and `set_input_device`.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-02-09 11:02:00 +01:00
..
alsa Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
alsamidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
coreaudio Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
coremidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gl_context Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
gles3 Handle 0 exponent in float/half conversion for OpenGl 2023-02-08 20:41:44 +01:00
png One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
pulseaudio Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
unix Merge pull request #71514 from akien-mga/os-unset_environment 2023-01-18 08:35:43 +01:00
vulkan Add more debug information to swapchain errors in Vulkan context 2023-02-07 13:52:36 -08:00
wasapi Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
windows Prevent opening Windows console files 2023-01-11 15:05:29 +01:00
winmidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xaudio2 Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Refactor SPIR-V reflection into a generic RenderingDevice feature 2022-12-12 14:14:53 +01:00