godot/drivers
Rémi Verschelde 4226d56ca9 Style: Enable clang-format on GLSL shaders
As of clang-format 6.0.1, putting the `/* clang-format off */` hint
around our "invalid" `[vertex]` and `[shader]` statements isn't enough
to prevent a bogus indent of the next comments and first valid statement,
so we need to enclose that first valid statement in the unformatted chunk.
2018-08-27 07:34:14 +02:00
..
alsa Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
alsamidi Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00
convex_decomp [Core] Change math_2d includes to vector2 includes where relevant 2018-08-10 14:59:29 -05:00
coreaudio Prevent CoreAudio driver failing on finish if Dummy driver was selected 2018-08-25 10:42:30 -03:00
coremidi Add OS::open_midi_inputs and OS::close_midi_inputs 2018-08-04 10:07:46 -03:00
dummy add 3D textures 2018-07-30 12:20:27 +02:00
gl_context Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gles2 Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
gles3 Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
png Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
pulseaudio Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
rtaudio Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
unix Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
wasapi Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
windows Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
winmidi Add OS::open_midi_inputs and OS::close_midi_inputs 2018-08-04 10:07:46 -03:00
xaudio2 Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
zlib
register_driver_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00