godot/drivers
Bram Stolk 14494e08d1 Initialize light intensity parameter before use.
Unlike renderer_rd, the gles3 light storage fails to initialize
the intensity of the light.
To avoid using garbage memory, possibly NaN, we use the same
default value that renderer_rd uses.
Fixes #76956
2023-05-11 09:46:46 -07:00
..
alsa Fix wait for thread not started 2023-04-27 20:28:22 +02:00
alsamidi Fix wait for thread not started 2023-04-27 20:28:22 +02:00
coreaudio Fix crash caused by invalid mix_rate assignment due to bogus 2023-04-25 23:52:50 -07:00
coremidi
gl_context
gles3 Initialize light intensity parameter before use. 2023-05-11 09:46:46 -07:00
png
pulseaudio Fix wait for thread not started 2023-04-27 20:28:22 +02:00
unix [OS] Implement and expose to scripting APIs get_memory_info method instead of old get_free_static_memory. 2023-04-24 14:08:55 +03:00
vulkan Merge pull request #74711 from BastiaanOlij/add_texture_native_handle 2023-05-09 19:28:26 +02:00
wasapi Fix wait for thread not started 2023-04-27 20:28:22 +02:00
windows Support long path in file access on windows 2023-05-05 10:04:39 +02:00
winmidi
xaudio2 Fix wait for thread not started 2023-04-27 20:28:22 +02:00
register_driver_types.cpp
register_driver_types.h
SCsub